Html Css Color HEX #A55D1C Rich Gold

📋 copy color: '#A55D1C'

red 165 ◦ green 93 ◦ blue 28

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

Shades of Rich Gold #A55D1C

Tints of Rich Gold #A55D1C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.52%

 BLUE value IS 28 (11.33% from 255) = 9.79%

R = 57.69%
G = 32.52%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A55D1C (or 0xA55D1C) is known color: Rich Gold. HEX triplet: A5, 5D and 1C. RGB value is (165,93,28). Sum of RGB (Red+Green+Blue) = 165+93+28=286 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.69% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55D1C is #5AA2E3. Grayscale: #6B6B6B. Windows color (decimal): -5939940 or 1858981. OLE color: 1858981.

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

Color convert

RGB 165 93 28 -
CMYK 0 0.44 0.83 0.35
HSL 28.47º 0.71% 0.38% -
HSV(B) 28.47º 0.83% 0.65% -
XYZ 19.64 15.91 3.13 -
YUV 107.12 83.35 169.29 -
System Red Green Blue C M Y K H S L
Decimal 165 93 28 0 0.44 0.83 0.35 28.47 0.71 0.38
Hex A5 5D 1C 0 2C 53 23 1C 47 26
Octal 245 135 34 0 54 123 43 34 107 46
Binary 10100101 1011101 11100 0 101100 1010011 100011 11100 1000111 100110

Color Harmonies of #A55D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55D1C

Black with #A55D1C

Text Example


Text Example

White with #A55D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55D1C; }

 p { color: rgb(165,93,28); }

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

background-color css

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

 a { background-color: rgb(165,93,28); }

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

border-color css

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

 span { border-color: rgb(165,93,28); }

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