Html Css Color HEX #A08240 Luxor Gold

📋 copy color: '#A08240'

red 160 ◦ green 130 ◦ blue 64

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

Shades of Luxor Gold #A08240

Tints of Luxor Gold #A08240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.72%

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

R = 45.2%
G = 36.72%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A08240 (or 0xA08240) is known color: Luxor Gold. HEX triplet: A0, 82 and 40. RGB value is (160,130,64). Sum of RGB (Red+Green+Blue) = 160+130+64=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A08240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08240 is #5F7DBF. Grayscale: #838383. Windows color (decimal): -6258112 or 4227744. OLE color: 4227744.

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

Color convert

RGB 160 130 64 -
CMYK 0 0.19 0.6 0.37
HSL 41.25º 0.43% 0.44% -
HSV(B) 41.25º 0.6% 0.63% -
XYZ 23.41 23.81 8.21 -
YUV 131.45 89.94 148.37 -
System Red Green Blue C M Y K H S L
Decimal 160 130 64 0 0.19 0.6 0.37 41.25 0.43 0.44
Hex A0 82 40 0 13 3C 25 29 2B 2C
Octal 240 202 100 0 23 74 45 51 53 54
Binary 10100000 10000010 1000000 0 10011 111100 100101 101001 101011 101100

Color Harmonies of #A08240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08240

Black with #A08240

Text Example


Text Example

White with #A08240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08240; }

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

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

background-color css

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

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

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

border-color css

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

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

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