Html Css Color HEX #A55A1B Rich Gold

📋 copy color: '#A55A1B'

red 165 ◦ green 90 ◦ blue 27

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

Shades of Rich Gold #A55A1B

Tints of Rich Gold #A55A1B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.91%

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

R = 58.51%
G = 31.91%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A55A1B (or 0xA55A1B) is known color: Rich Gold. HEX triplet: A5, 5A and 1B. RGB value is (165,90,27). Sum of RGB (Red+Green+Blue) = 165+90+27=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55A1B is #5AA5E4. Grayscale: #696969. Windows color (decimal): -5940709 or 1792677. OLE color: 1792677.

HSL color Cylindrical-coordinate representation of color #A55A1B: hue angle of 27.39º 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 #A55A1B is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 90 27 -
CMYK 0 0.45 0.84 0.35
HSL 27.39º 0.72% 0.38% -
HSV(B) 27.39º 0.84% 0.65% -
XYZ 19.37 15.39 2.99 -
YUV 105.24 83.85 170.62 -
System Red Green Blue C M Y K H S L
Decimal 165 90 27 0 0.45 0.84 0.35 27.39 0.72 0.38
Hex A5 5A 1B 0 2D 54 23 1B 48 26
Octal 245 132 33 0 55 124 43 33 110 46
Binary 10100101 1011010 11011 0 101101 1010100 100011 11011 1001000 100110

Color Harmonies of #A55A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55A1B

Black with #A55A1B

Text Example


Text Example

White with #A55A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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