Html Css Color HEX #A55422 Rich Gold

📋 copy color: '#A55422'

red 165 ◦ green 84 ◦ blue 34

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

Shades of Rich Gold #A55422

Tints of Rich Gold #A55422

RGB

 RED value IS 165 (64.84% from 255) = 58.3%

 GREEN value IS 84 (33.2% from 255) = 29.68%

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

R = 58.3%
G = 29.68%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A55422 (or 0xA55422) is known color: Rich Gold. HEX triplet: A5, 54 and 22. RGB value is (165,84,34). Sum of RGB (Red+Green+Blue) = 165+84+34=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A55422 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55422 is #5AABDD. Grayscale: #666666. Windows color (decimal): -5942238 or 2249893. OLE color: 2249893.

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

Color convert

RGB 165 84 34 -
CMYK 0 0.49 0.79 0.35
HSL 22.9º 0.66% 0.39% -
HSV(B) 22.9º 0.79% 0.65% -
XYZ 18.98 14.46 3.3 -
YUV 102.52 89.34 172.57 -
System Red Green Blue C M Y K H S L
Decimal 165 84 34 0 0.49 0.79 0.35 22.9 0.66 0.39
Hex A5 54 22 0 31 4F 23 17 42 27
Octal 245 124 42 0 61 117 43 27 102 47
Binary 10100101 1010100 100010 0 110001 1001111 100011 10111 1000010 100111

Color Harmonies of #A55422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55422

Black with #A55422

Text Example


Text Example

White with #A55422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55422; }

 p { color: rgb(165,84,34); }

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

background-color css

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

 a { background-color: rgb(165,84,34); }

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

border-color css

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

 span { border-color: rgb(165,84,34); }

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