Html Css Color HEX #A5562A Rich Gold

📋 copy color: '#A5562A'

red 165 ◦ green 86 ◦ blue 42

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

Shades of Rich Gold #A5562A

Tints of Rich Gold #A5562A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.33%

R = 56.31%
G = 29.35%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A5562A (or 0xA5562A) is known color: Rich Gold. HEX triplet: A5, 56 and 2A. RGB value is (165,86,42). Sum of RGB (Red+Green+Blue) = 165+86+42=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A5562A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5562A is #5AA9D5. Grayscale: #686868. Windows color (decimal): -5941718 or 2774693. OLE color: 2774693.

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

Color convert

RGB 165 86 42 -
CMYK 0 0.48 0.75 0.35
HSL 21.46º 0.59% 0.41% -
HSV(B) 21.46º 0.75% 0.65% -
XYZ 19.26 14.82 4.04 -
YUV 104.61 92.67 171.08 -
System Red Green Blue C M Y K H S L
Decimal 165 86 42 0 0.48 0.75 0.35 21.46 0.59 0.41
Hex A5 56 2A 0 30 4B 23 15 3B 29
Octal 245 126 52 0 60 113 43 25 73 51
Binary 10100101 1010110 101010 0 110000 1001011 100011 10101 111011 101001

Color Harmonies of #A5562A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5562A

Black with #A5562A

Text Example


Text Example

White with #A5562A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5562A; }

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

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

background-color css

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

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

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

border-color css

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

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

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