Html Css Color HEX #A99042 Luxor Gold

📋 copy color: '#A99042'

red 169 ◦ green 144 ◦ blue 66

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

Shades of Luxor Gold #A99042

Tints of Luxor Gold #A99042

RGB

 RED value IS 169 (66.41% from 255) = 44.59%

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

 BLUE value IS 66 (26.17% from 255) = 17.41%

R = 44.59%
G = 37.99%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A99042 (or 0xA99042) is known color: Luxor Gold. HEX triplet: A9, 90 and 42. RGB value is (169,144,66). Sum of RGB (Red+Green+Blue) = 169+144+66=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A99042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99042 is #566FBD. Grayscale: #8E8E8E. Windows color (decimal): -5664702 or 4362409. OLE color: 4362409.

HSL color Cylindrical-coordinate representation of color #A99042: hue angle of 45.44º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A99042 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 144 66 -
CMYK 0 0.15 0.61 0.34
HSL 45.44º 0.44% 0.46% -
HSV(B) 45.44º 0.61% 0.66% -
XYZ 27.32 28.77 9.27 -
YUV 142.58 84.78 146.84 -
System Red Green Blue C M Y K H S L
Decimal 169 144 66 0 0.15 0.61 0.34 45.44 0.44 0.46
Hex A9 90 42 0 F 3D 22 2D 2C 2E
Octal 251 220 102 0 17 75 42 55 54 56
Binary 10101001 10010000 1000010 0 1111 111101 100010 101101 101100 101110

Color Harmonies of #A99042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99042

Black with #A99042

Text Example


Text Example

White with #A99042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99042; }

 p { color: rgb(169,144,66); }

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

background-color css

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

 a { background-color: rgb(169,144,66); }

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

border-color css

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

 span { border-color: rgb(169,144,66); }

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