Html Css Color HEX #A65622 Rich Gold

📋 copy color: '#A65622'

red 166 ◦ green 86 ◦ blue 34

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

Shades of Rich Gold #A65622

Tints of Rich Gold #A65622

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.07%

 BLUE value IS 34 (13.67% from 255) = 11.89%

R = 58.04%
G = 30.07%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A65622 (or 0xA65622) is known color: Rich Gold. HEX triplet: A6, 56 and 22. RGB value is (166,86,34). Sum of RGB (Red+Green+Blue) = 166+86+34=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A65622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65622 is #59A9DD. Grayscale: #686868. Windows color (decimal): -5876190 or 2250406. OLE color: 2250406.

HSL color Cylindrical-coordinate representation of color #A65622: hue angle of 23.64º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A65622 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 86 34 -
CMYK 0 0.48 0.80 0.35
HSL 23.64º 0.66% 0.39% -
HSV(B) 23.64º 0.8% 0.65% -
XYZ 19.34 14.88 3.37 -
YUV 103.99 88.5 172.23 -
System Red Green Blue C M Y K H S L
Decimal 166 86 34 0 0.48 0.80 0.35 23.64 0.66 0.39
Hex A6 56 22 0 30 50 23 18 42 27
Octal 246 126 42 0 60 120 43 30 102 47
Binary 10100110 1010110 100010 0 110000 1010000 100011 11000 1000010 100111

Color Harmonies of #A65622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65622

Black with #A65622

Text Example


Text Example

White with #A65622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65622; }

 p { color: rgb(166,86,34); }

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

background-color css

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

 a { background-color: rgb(166,86,34); }

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

border-color css

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

 span { border-color: rgb(166,86,34); }

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