Html Css Color HEX #A29641 Luxor Gold

📋 copy color: '#A29641'

red 162 ◦ green 150 ◦ blue 65

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

Shades of Luxor Gold #A29641

Tints of Luxor Gold #A29641

RGB

 RED value IS 162 (63.67% from 255) = 42.97%

 GREEN value IS 150 (58.98% from 255) = 39.79%

 BLUE value IS 65 (25.78% from 255) = 17.24%

R = 42.97%
G = 39.79%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A29641 (or 0xA29641) is known color: Luxor Gold. HEX triplet: A2, 96 and 41. RGB value is (162,150,65). Sum of RGB (Red+Green+Blue) = 162+150+65=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A29641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29641 is #5D69BE. Grayscale: #909090. Windows color (decimal): -6121919 or 4298402. OLE color: 4298402.

HSL color Cylindrical-coordinate representation of color #A29641: hue angle of 52.58º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A29641 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 150 65 -
CMYK 0 0.07 0.60 0.36
HSL 52.58º 0.43% 0.45% -
HSV(B) 52.58º 0.6% 0.64% -
XYZ 26.76 29.88 9.36 -
YUV 143.9 83.48 140.91 -
System Red Green Blue C M Y K H S L
Decimal 162 150 65 0 0.07 0.60 0.36 52.58 0.43 0.45
Hex A2 96 41 0 7 3C 24 35 2B 2D
Octal 242 226 101 0 7 74 44 65 53 55
Binary 10100010 10010110 1000001 0 111 111100 100100 110101 101011 101101

Color Harmonies of #A29641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29641

Black with #A29641

Text Example


Text Example

White with #A29641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29641; }

 p { color: rgb(162,150,65); }

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

background-color css

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

 a { background-color: rgb(162,150,65); }

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

border-color css

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

 span { border-color: rgb(162,150,65); }

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