Html Css Color HEX #A09448 Luxor Gold

📋 copy color: '#A09448'

red 160 ◦ green 148 ◦ blue 72

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

Shades of Luxor Gold #A09448

Tints of Luxor Gold #A09448

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.95%

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

R = 42.11%
G = 38.95%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A09448 (or 0xA09448) is known color: Luxor Gold. HEX triplet: A0, 94 and 48. RGB value is (160,148,72). Sum of RGB (Red+Green+Blue) = 160+148+72=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A09448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09448 is #5F6BB7. Grayscale: #8F8F8F. Windows color (decimal): -6253496 or 4756640. OLE color: 4756640.

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

Color convert

RGB 160 148 72 -
CMYK 0 0.07 0.55 0.37
HSL 51.82º 0.38% 0.45% -
HSV(B) 51.82º 0.55% 0.63% -
XYZ 26.26 29.12 10.37 -
YUV 142.92 87.98 140.18 -
System Red Green Blue C M Y K H S L
Decimal 160 148 72 0 0.07 0.55 0.37 51.82 0.38 0.45
Hex A0 94 48 0 7 37 25 34 26 2D
Octal 240 224 110 0 7 67 45 64 46 55
Binary 10100000 10010100 1001000 0 111 110111 100101 110100 100110 101101

Color Harmonies of #A09448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09448

Black with #A09448

Text Example


Text Example

White with #A09448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09448; }

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

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

background-color css

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

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

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

border-color css

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

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

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