Html Css Color HEX #A09043 Luxor Gold

📋 copy color: '#A09043'

red 160 ◦ green 144 ◦ blue 67

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

Shades of Luxor Gold #A09043

Tints of Luxor Gold #A09043

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.81%

 BLUE value IS 67 (26.56% from 255) = 18.06%

R = 43.13%
G = 38.81%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A09043 (or 0xA09043) is known color: Luxor Gold. HEX triplet: A0, 90 and 43. RGB value is (160,144,67). Sum of RGB (Red+Green+Blue) = 160+144+67=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A09043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09043 is #5F6FBC. Grayscale: #8C8C8C. Windows color (decimal): -6254525 or 4427936. OLE color: 4427936.

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

Color convert

RGB 160 144 67 -
CMYK 0 0.1 0.58 0.37
HSL 49.68º 0.41% 0.45% -
HSV(B) 49.68º 0.58% 0.63% -
XYZ 25.48 27.83 9.34 -
YUV 140.01 86.8 142.26 -
System Red Green Blue C M Y K H S L
Decimal 160 144 67 0 0.1 0.58 0.37 49.68 0.41 0.45
Hex A0 90 43 0 A 3A 25 32 29 2D
Octal 240 220 103 0 12 72 45 62 51 55
Binary 10100000 10010000 1000011 0 1010 111010 100101 110010 101001 101101

Color Harmonies of #A09043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09043

Black with #A09043

Text Example


Text Example

White with #A09043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09043; }

 p { color: rgb(160,144,67); }

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

background-color css

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

 a { background-color: rgb(160,144,67); }

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

border-color css

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

 span { border-color: rgb(160,144,67); }

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