Html Css Color HEX #A08940 Luxor Gold

📋 copy color: '#A08940'

red 160 ◦ green 137 ◦ blue 64

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

Shades of Luxor Gold #A08940

Tints of Luxor Gold #A08940

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.95%

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

R = 44.32%
G = 37.95%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A08940 (or 0xA08940) is known color: Luxor Gold. HEX triplet: A0, 89 and 40. RGB value is (160,137,64). Sum of RGB (Red+Green+Blue) = 160+137+64=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A08940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08940 is #5F76BF. Grayscale: #878787. Windows color (decimal): -6256320 or 4229536. OLE color: 4229536.

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

Color convert

RGB 160 137 64 -
CMYK 0 0.14 0.6 0.37
HSL 45.63º 0.43% 0.44% -
HSV(B) 45.63º 0.6% 0.63% -
XYZ 24.37 25.74 8.53 -
YUV 135.56 87.62 145.44 -
System Red Green Blue C M Y K H S L
Decimal 160 137 64 0 0.14 0.6 0.37 45.63 0.43 0.44
Hex A0 89 40 0 E 3C 25 2E 2B 2C
Octal 240 211 100 0 16 74 45 56 53 54
Binary 10100000 10001001 1000000 0 1110 111100 100101 101110 101011 101100

Color Harmonies of #A08940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08940

Black with #A08940

Text Example


Text Example

White with #A08940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08940; }

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

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

background-color css

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

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

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

border-color css

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

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

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