Html Css Color HEX #A55126 Rich Gold

📋 copy color: '#A55126'

red 165 ◦ green 81 ◦ blue 38

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

Shades of Rich Gold #A55126

Tints of Rich Gold #A55126

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.52%

 BLUE value IS 38 (15.23% from 255) = 13.38%

R = 58.1%
G = 28.52%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A55126 (or 0xA55126) is known color: Rich Gold. HEX triplet: A5, 51 and 26. RGB value is (165,81,38). Sum of RGB (Red+Green+Blue) = 165+81+38=284 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.10% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 165 - color contains mainly: red. Hex color #A55126 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55126 is #5AAED9. Grayscale: #656565. Windows color (decimal): -5943002 or 2511269. OLE color: 2511269.

HSL color Cylindrical-coordinate representation of color #A55126: hue angle of 20.31º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A55126 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 81 38 -
CMYK 0 0.51 0.77 0.35
HSL 20.31º 0.63% 0.4% -
HSV(B) 20.31º 0.77% 0.65% -
XYZ 18.81 14.02 3.55 -
YUV 101.21 92.33 173.5 -
System Red Green Blue C M Y K H S L
Decimal 165 81 38 0 0.51 0.77 0.35 20.31 0.63 0.4
Hex A5 51 26 0 33 4D 23 14 3F 28
Octal 245 121 46 0 63 115 43 24 77 50
Binary 10100101 1010001 100110 0 110011 1001101 100011 10100 111111 101000

Color Harmonies of #A55126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55126

Black with #A55126

Text Example


Text Example

White with #A55126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55126; }

 p { color: rgb(165,81,38); }

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

background-color css

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

 a { background-color: rgb(165,81,38); }

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

border-color css

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

 span { border-color: rgb(165,81,38); }

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