Html Css Color HEX #A55B1B Rich Gold

📋 copy color: '#A55B1B'

red 165 ◦ green 91 ◦ blue 27

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

Shades of Rich Gold #A55B1B

Tints of Rich Gold #A55B1B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.16%

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

R = 58.3%
G = 32.16%
B = 9.54%

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

#A55B1B (or 0xA55B1B) is known color: Rich Gold. HEX triplet: A5, 5B and 1B. RGB value is (165,91,27). Sum of RGB (Red+Green+Blue) = 165+91+27=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55B1B is #5AA4E4. Grayscale: #6A6A6A. Windows color (decimal): -5940453 or 1792933. OLE color: 1792933.

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

Color convert

RGB 165 91 27 -
CMYK 0 0.45 0.84 0.35
HSL 27.83º 0.72% 0.38% -
HSV(B) 27.83º 0.84% 0.65% -
XYZ 19.46 15.56 3.01 -
YUV 105.83 83.52 170.2 -
System Red Green Blue C M Y K H S L
Decimal 165 91 27 0 0.45 0.84 0.35 27.83 0.72 0.38
Hex A5 5B 1B 0 2D 54 23 1C 48 26
Octal 245 133 33 0 55 124 43 34 110 46
Binary 10100101 1011011 11011 0 101101 1010100 100011 11100 1001000 100110

Color Harmonies of #A55B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55B1B

Black with #A55B1B

Text Example


Text Example

White with #A55B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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