Html Css Color HEX #A55319 Rich Gold

📋 copy color: '#A55319'

red 165 ◦ green 83 ◦ blue 25

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

Shades of Rich Gold #A55319

Tints of Rich Gold #A55319

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.4%

 BLUE value IS 25 (10.16% from 255) = 9.16%

R = 60.44%
G = 30.4%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A55319 (or 0xA55319) is known color: Rich Gold. HEX triplet: A5, 53 and 19. RGB value is (165,83,25). Sum of RGB (Red+Green+Blue) = 165+83+25=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A55319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55319 is #5AACE6. Grayscale: #656565. Windows color (decimal): -5942503 or 1659813. OLE color: 1659813.

HSL color Cylindrical-coordinate representation of color #A55319: hue angle of 24.86º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A55319 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 83 25 -
CMYK 0 0.50 0.85 0.35
HSL 24.86º 0.74% 0.37% -
HSV(B) 24.86º 0.85% 0.65% -
XYZ 18.79 14.26 2.68 -
YUV 100.91 85.17 173.72 -
System Red Green Blue C M Y K H S L
Decimal 165 83 25 0 0.50 0.85 0.35 24.86 0.74 0.37
Hex A5 53 19 0 32 55 23 19 4A 25
Octal 245 123 31 0 62 125 43 31 112 45
Binary 10100101 1010011 11001 0 110010 1010101 100011 11001 1001010 100101

Color Harmonies of #A55319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55319

Black with #A55319

Text Example


Text Example

White with #A55319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55319; }

 p { color: rgb(165,83,25); }

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

background-color css

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

 a { background-color: rgb(165,83,25); }

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

border-color css

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

 span { border-color: rgb(165,83,25); }

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