Html Css Color HEX #A08640 Luxor Gold

📋 copy color: '#A08640'

red 160 ◦ green 134 ◦ blue 64

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

Shades of Luxor Gold #A08640

Tints of Luxor Gold #A08640

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.43%

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

R = 44.69%
G = 37.43%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A08640 (or 0xA08640) is known color: Luxor Gold. HEX triplet: A0, 86 and 40. RGB value is (160,134,64). Sum of RGB (Red+Green+Blue) = 160+134+64=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A08640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08640 is #5F79BF. Grayscale: #868686. Windows color (decimal): -6257088 or 4228768. OLE color: 4228768.

HSL color Cylindrical-coordinate representation of color #A08640: hue angle of 43.75º 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 #A08640 is Cyan = 0, Magento = 0.16, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 134 64 -
CMYK 0 0.16 0.6 0.37
HSL 43.75º 0.43% 0.44% -
HSV(B) 43.75º 0.6% 0.63% -
XYZ 23.95 24.89 8.39 -
YUV 133.79 88.61 146.69 -
System Red Green Blue C M Y K H S L
Decimal 160 134 64 0 0.16 0.6 0.37 43.75 0.43 0.44
Hex A0 86 40 0 10 3C 25 2C 2B 2C
Octal 240 206 100 0 20 74 45 54 53 54
Binary 10100000 10000110 1000000 0 10000 111100 100101 101100 101011 101100

Color Harmonies of #A08640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08640

Black with #A08640

Text Example


Text Example

White with #A08640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08640; }

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

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

background-color css

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

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

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

border-color css

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

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

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