Html Css Color HEX #A08F40 Luxor Gold

📋 copy color: '#A08F40'

red 160 ◦ green 143 ◦ blue 64

#A08F40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Luxor Gold #A08F40

Tints of Luxor Gold #A08F40

RGB

 RED value IS 160 (62.89% from 255) = 43.6%

 GREEN value IS 143 (56.25% from 255) = 38.96%

 BLUE value IS 64 (25.39% from 255) = 17.44%

R = 43.6%
G = 38.96%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.6

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A08F40 (or 0xA08F40) is known color: Luxor Gold. HEX triplet: A0, 8F and 40. RGB value is (160,143,64). Sum of RGB (Red+Green+Blue) = 160+143+64=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08F40 is #5F70BF. Grayscale: #8B8B8B. Windows color (decimal): -6254784 or 4231072. OLE color: 4231072.

HSL color Cylindrical-coordinate representation of color #A08F40: hue angle of 49.38º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A08F40 is Cyan = 0, Magento = 0.11, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 143 64 -
CMYK 0 0.11 0.6 0.37
HSL 49.38º 0.43% 0.44% -
HSV(B) 49.38º 0.6% 0.63% -
XYZ 25.25 27.49 8.83 -
YUV 139.08 85.63 142.92 -
System Red Green Blue C M Y K H S L
Decimal 160 143 64 0 0.11 0.6 0.37 49.38 0.43 0.44
Hex A0 8F 40 0 B 3C 25 31 2B 2C
Octal 240 217 100 0 13 74 45 61 53 54
Binary 10100000 10001111 1000000 0 1011 111100 100101 110001 101011 101100

Color Harmonies of #A08F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08F40

Black with #A08F40

Text Example


Text Example

White with #A08F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08F40; }

 p { color: rgb(160,143,64); }

 H1.HeaderClassName
 {
   color: #A08F40;
 }
 .AnyTagClassName
 {
   color: #A08F40;
 }
</style>

background-color css

<style>
 a { background-color: #A08F40; }

 a { background-color: rgb(160,143,64); }

 div.DivClassName
 {
   background-color: #A08F40;
 }
 .BgClassName
 {
   background-color: #A08F40;
 }
</style>

border-color css

<style>
 span { border-color: #A08F40; }

 span { border-color: rgb(160,143,64); }

 td.TdClassName
 {
   border-color: #A08F40;
 }
 .TagClassName
 {
   border-color: #A08F40;
 }
</style>