Html Css Color HEX #A08A45 Luxor Gold

📋 copy color: '#A08A45'

red 160 ◦ green 138 ◦ blue 69

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

Shades of Luxor Gold #A08A45

Tints of Luxor Gold #A08A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.8%

R = 43.6%
G = 37.6%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A08A45 (or 0xA08A45) is known color: Luxor Gold. HEX triplet: A0, 8A and 45. RGB value is (160,138,69). Sum of RGB (Red+Green+Blue) = 160+138+69=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08A45 is #5F75BA. Grayscale: #898989. Windows color (decimal): -6256059 or 4557472. OLE color: 4557472.

HSL color Cylindrical-coordinate representation of color #A08A45: hue angle of 45.49º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A08A45 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 138 69 -
CMYK 0 0.14 0.57 0.37
HSL 45.49º 0.4% 0.45% -
HSV(B) 45.49º 0.57% 0.63% -
XYZ 24.66 26.08 9.36 -
YUV 136.71 89.79 144.61 -
System Red Green Blue C M Y K H S L
Decimal 160 138 69 0 0.14 0.57 0.37 45.49 0.4 0.45
Hex A0 8A 45 0 E 39 25 2D 28 2D
Octal 240 212 105 0 16 71 45 55 50 55
Binary 10100000 10001010 1000101 0 1110 111001 100101 101101 101000 101101

Color Harmonies of #A08A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08A45

Black with #A08A45

Text Example


Text Example

White with #A08A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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