Html Css Color HEX #A55717 Rich Gold

📋 copy color: '#A55717'

red 165 ◦ green 87 ◦ blue 23

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

Shades of Rich Gold #A55717

Tints of Rich Gold #A55717

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.64%

 BLUE value IS 23 (9.38% from 255) = 8.36%

R = 60%
G = 31.64%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A55717 (or 0xA55717) is known color: Rich Gold. HEX triplet: A5, 57 and 17. RGB value is (165,87,23). Sum of RGB (Red+Green+Blue) = 165+87+23=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A55717 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55717 is #5AA8E8. Grayscale: #676767. Windows color (decimal): -5941481 or 1529765. OLE color: 1529765.

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

Color convert

RGB 165 87 23 -
CMYK 0 0.47 0.86 0.35
HSL 27.04º 0.76% 0.37% -
HSV(B) 27.04º 0.86% 0.65% -
XYZ 19.08 14.88 2.68 -
YUV 103.03 82.84 172.2 -
System Red Green Blue C M Y K H S L
Decimal 165 87 23 0 0.47 0.86 0.35 27.04 0.76 0.37
Hex A5 57 17 0 2F 56 23 1B 4C 25
Octal 245 127 27 0 57 126 43 33 114 45
Binary 10100101 1010111 10111 0 101111 1010110 100011 11011 1001100 100101

Color Harmonies of #A55717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55717

Black with #A55717

Text Example


Text Example

White with #A55717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55717; }

 p { color: rgb(165,87,23); }

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

background-color css

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

 a { background-color: rgb(165,87,23); }

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

border-color css

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

 span { border-color: rgb(165,87,23); }

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