Html Css Color HEX #A5561B Rich Gold

📋 copy color: '#A5561B'

red 165 ◦ green 86 ◦ blue 27

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

Shades of Rich Gold #A5561B

Tints of Rich Gold #A5561B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.94%

 BLUE value IS 27 (10.94% from 255) = 9.71%

R = 59.35%
G = 30.94%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5561B (or 0xA5561B) is known color: Rich Gold. HEX triplet: A5, 56 and 1B. RGB value is (165,86,27). Sum of RGB (Red+Green+Blue) = 165+86+27=278 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.35% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 165 - color contains mainly: red. Hex color #A5561B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5561B is #5AA9E4. Grayscale: #676767. Windows color (decimal): -5941733 or 1791653. OLE color: 1791653.

HSL color Cylindrical-coordinate representation of color #A5561B: hue angle of 25.65º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5561B is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 86 27 -
CMYK 0 0.48 0.84 0.35
HSL 25.65º 0.72% 0.38% -
HSV(B) 25.65º 0.84% 0.65% -
XYZ 19.04 14.73 2.88 -
YUV 102.9 85.17 172.3 -
System Red Green Blue C M Y K H S L
Decimal 165 86 27 0 0.48 0.84 0.35 25.65 0.72 0.38
Hex A5 56 1B 0 30 54 23 1A 48 26
Octal 245 126 33 0 60 124 43 32 110 46
Binary 10100101 1010110 11011 0 110000 1010100 100011 11010 1001000 100110

Color Harmonies of #A5561B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5561B

Black with #A5561B

Text Example


Text Example

White with #A5561B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5561B; }

 p { color: rgb(165,86,27); }

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

background-color css

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

 a { background-color: rgb(165,86,27); }

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

border-color css

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

 span { border-color: rgb(165,86,27); }

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