Html Css Color HEX #A65822 Rich Gold

📋 copy color: '#A65822'

red 166 ◦ green 88 ◦ blue 34

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

Shades of Rich Gold #A65822

Tints of Rich Gold #A65822

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.56%

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

R = 57.64%
G = 30.56%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A65822 (or 0xA65822) is known color: Rich Gold. HEX triplet: A6, 58 and 22. RGB value is (166,88,34). Sum of RGB (Red+Green+Blue) = 166+88+34=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A65822 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65822 is #59A7DD. Grayscale: #696969. Windows color (decimal): -5875678 or 2250918. OLE color: 2250918.

HSL color Cylindrical-coordinate representation of color #A65822: hue angle of 24.55º 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 #A65822 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 88 34 -
CMYK 0 0.47 0.80 0.35
HSL 24.55º 0.66% 0.39% -
HSV(B) 24.55º 0.8% 0.65% -
XYZ 19.5 15.2 3.42 -
YUV 105.17 87.84 171.39 -
System Red Green Blue C M Y K H S L
Decimal 166 88 34 0 0.47 0.80 0.35 24.55 0.66 0.39
Hex A6 58 22 0 2F 50 23 19 42 27
Octal 246 130 42 0 57 120 43 31 102 47
Binary 10100110 1011000 100010 0 101111 1010000 100011 11001 1000010 100111

Color Harmonies of #A65822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65822

Black with #A65822

Text Example


Text Example

White with #A65822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65822; }

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

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

background-color css

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

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

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

border-color css

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

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

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