Html Css Color HEX #A08340 Luxor Gold

📋 copy color: '#A08340'

red 160 ◦ green 131 ◦ blue 64

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

Shades of Luxor Gold #A08340

Tints of Luxor Gold #A08340

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.9%

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

R = 45.07%
G = 36.9%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A08340 (or 0xA08340) is known color: Luxor Gold. HEX triplet: A0, 83 and 40. RGB value is (160,131,64). Sum of RGB (Red+Green+Blue) = 160+131+64=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A08340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08340 is #5F7CBF. Grayscale: #848484. Windows color (decimal): -6257856 or 4228000. OLE color: 4228000.

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

Color convert

RGB 160 131 64 -
CMYK 0 0.18 0.6 0.37
HSL 41.88º 0.43% 0.44% -
HSV(B) 41.88º 0.6% 0.63% -
XYZ 23.54 24.08 8.26 -
YUV 132.03 89.61 147.95 -
System Red Green Blue C M Y K H S L
Decimal 160 131 64 0 0.18 0.6 0.37 41.88 0.43 0.44
Hex A0 83 40 0 12 3C 25 2A 2B 2C
Octal 240 203 100 0 22 74 45 52 53 54
Binary 10100000 10000011 1000000 0 10010 111100 100101 101010 101011 101100

Color Harmonies of #A08340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08340

Black with #A08340

Text Example


Text Example

White with #A08340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08340; }

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

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

background-color css

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

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

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

border-color css

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

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

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