Html Css Color HEX #A65129 Rich Gold

📋 copy color: '#A65129'

red 166 ◦ green 81 ◦ blue 41

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

Shades of Rich Gold #A65129

Tints of Rich Gold #A65129

RGB

 RED value IS 166 (65.23% from 255) = 57.64%

 GREEN value IS 81 (32.03% from 255) = 28.13%

 BLUE value IS 41 (16.41% from 255) = 14.24%

R = 57.64%
G = 28.13%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A65129 (or 0xA65129) is known color: Rich Gold. HEX triplet: A6, 51 and 29. RGB value is (166,81,41). Sum of RGB (Red+Green+Blue) = 166+81+41=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A65129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65129 is #59AED6. Grayscale: #666666. Windows color (decimal): -5877463 or 2707878. OLE color: 2707878.

HSL color Cylindrical-coordinate representation of color #A65129: hue angle of 19.2º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A65129 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 81 41 -
CMYK 0 0.51 0.75 0.35
HSL 19.2º 0.6% 0.41% -
HSV(B) 19.2º 0.75% 0.65% -
XYZ 19.07 14.15 3.82 -
YUV 101.86 93.66 173.75 -
System Red Green Blue C M Y K H S L
Decimal 166 81 41 0 0.51 0.75 0.35 19.2 0.6 0.41
Hex A6 51 29 0 33 4B 23 13 3C 29
Octal 246 121 51 0 63 113 43 23 74 51
Binary 10100110 1010001 101001 0 110011 1001011 100011 10011 111100 101001

Color Harmonies of #A65129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65129

Black with #A65129

Text Example


Text Example

White with #A65129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65129; }

 p { color: rgb(166,81,41); }

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

background-color css

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

 a { background-color: rgb(166,81,41); }

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

border-color css

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

 span { border-color: rgb(166,81,41); }

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