Html Css Color HEX #A55413 Rich Gold

📋 copy color: '#A55413'

red 165 ◦ green 84 ◦ blue 19

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

Shades of Rich Gold #A55413

Tints of Rich Gold #A55413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.09%

R = 61.57%
G = 31.34%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A55413 (or 0xA55413) is known color: Rich Gold. HEX triplet: A5, 54 and 13. RGB value is (165,84,19). Sum of RGB (Red+Green+Blue) = 165+84+19=268 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.57% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 165 - color contains mainly: red. Hex color #A55413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55413 is #5AABEC. Grayscale: #656565. Windows color (decimal): -5942253 or 1266853. OLE color: 1266853.

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

Color convert

RGB 165 84 19 -
CMYK 0 0.49 0.88 0.35
HSL 26.71º 0.79% 0.36% -
HSV(B) 26.71º 0.88% 0.65% -
XYZ 18.8 14.39 2.4 -
YUV 100.81 81.84 173.79 -
System Red Green Blue C M Y K H S L
Decimal 165 84 19 0 0.49 0.88 0.35 26.71 0.79 0.36
Hex A5 54 13 0 31 58 23 1B 4F 24
Octal 245 124 23 0 61 130 43 33 117 44
Binary 10100101 1010100 10011 0 110001 1011000 100011 11011 1001111 100100

Color Harmonies of #A55413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55413

Black with #A55413

Text Example


Text Example

White with #A55413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55413; }

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

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

background-color css

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

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

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

border-color css

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

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

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