Html Css Color HEX #A08A46 Luxor Gold

📋 copy color: '#A08A46'

red 160 ◦ green 138 ◦ blue 70

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

Shades of Luxor Gold #A08A46

Tints of Luxor Gold #A08A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.02%

R = 43.48%
G = 37.5%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A08A46 (or 0xA08A46) is known color: Luxor Gold. HEX triplet: A0, 8A and 46. RGB value is (160,138,70). Sum of RGB (Red+Green+Blue) = 160+138+70=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08A46 is #5F75B9. Grayscale: #898989. Windows color (decimal): -6256058 or 4623008. OLE color: 4623008.

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

Color convert

RGB 160 138 70 -
CMYK 0 0.14 0.56 0.37
HSL 45.33º 0.39% 0.45% -
HSV(B) 45.33º 0.56% 0.63% -
XYZ 24.69 26.09 9.53 -
YUV 136.83 90.29 144.53 -
System Red Green Blue C M Y K H S L
Decimal 160 138 70 0 0.14 0.56 0.37 45.33 0.39 0.45
Hex A0 8A 46 0 E 38 25 2D 27 2D
Octal 240 212 106 0 16 70 45 55 47 55
Binary 10100000 10001010 1000110 0 1110 111000 100101 101101 100111 101101

Color Harmonies of #A08A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08A46

Black with #A08A46

Text Example


Text Example

White with #A08A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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