Html Css Color HEX #A08A48 Luxor Gold

📋 copy color: '#A08A48'

red 160 ◦ green 138 ◦ blue 72

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

Shades of Luxor Gold #A08A48

Tints of Luxor Gold #A08A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.46%

R = 43.24%
G = 37.3%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A08A48 (or 0xA08A48) is known color: Luxor Gold. HEX triplet: A0, 8A and 48. RGB value is (160,138,72). Sum of RGB (Red+Green+Blue) = 160+138+72=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08A48 is #5F75B7. Grayscale: #898989. Windows color (decimal): -6256056 or 4754080. OLE color: 4754080.

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

Color convert

RGB 160 138 72 -
CMYK 0 0.14 0.55 0.37
HSL 45º 0.38% 0.45% -
HSV(B) 45º 0.55% 0.63% -
XYZ 24.76 26.12 9.87 -
YUV 137.05 91.29 144.37 -
System Red Green Blue C M Y K H S L
Decimal 160 138 72 0 0.14 0.55 0.37 45 0.38 0.45
Hex A0 8A 48 0 E 37 25 2D 26 2D
Octal 240 212 110 0 16 67 45 55 46 55
Binary 10100000 10001010 1001000 0 1110 110111 100101 101101 100110 101101

Color Harmonies of #A08A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08A48

Black with #A08A48

Text Example


Text Example

White with #A08A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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