Html Css Color HEX #A08A40 Luxor Gold

📋 copy color: '#A08A40'

red 160 ◦ green 138 ◦ blue 64

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

Shades of Luxor Gold #A08A40

Tints of Luxor Gold #A08A40

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.12%

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

R = 44.2%
G = 38.12%
B = 17.68%

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

#A08A40 (or 0xA08A40) is known color: Luxor Gold. HEX triplet: A0, 8A and 40. RGB value is (160,138,64). Sum of RGB (Red+Green+Blue) = 160+138+64=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08A40 is #5F75BF. Grayscale: #888888. Windows color (decimal): -6256064 or 4229792. OLE color: 4229792.

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

Color convert

RGB 160 138 64 -
CMYK 0 0.14 0.6 0.37
HSL 46.25º 0.43% 0.44% -
HSV(B) 46.25º 0.6% 0.63% -
XYZ 24.51 26.02 8.58 -
YUV 136.14 87.29 145.02 -
System Red Green Blue C M Y K H S L
Decimal 160 138 64 0 0.14 0.6 0.37 46.25 0.43 0.44
Hex A0 8A 40 0 E 3C 25 2E 2B 2C
Octal 240 212 100 0 16 74 45 56 53 54
Binary 10100000 10001010 1000000 0 1110 111100 100101 101110 101011 101100

Color Harmonies of #A08A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08A40

Black with #A08A40

Text Example


Text Example

White with #A08A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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