Html Css Color HEX #A55B2B Rich Gold

📋 copy color: '#A55B2B'

red 165 ◦ green 91 ◦ blue 43

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

Shades of Rich Gold #A55B2B

Tints of Rich Gold #A55B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.38%

R = 55.18%
G = 30.43%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A55B2B (or 0xA55B2B) is known color: Rich Gold. HEX triplet: A5, 5B and 2B. RGB value is (165,91,43). Sum of RGB (Red+Green+Blue) = 165+91+43=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55B2B is #5AA4D4. Grayscale: #6B6B6B. Windows color (decimal): -5940437 or 2841509. OLE color: 2841509.

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

Color convert

RGB 165 91 43 -
CMYK 0 0.45 0.74 0.35
HSL 23.61º 0.59% 0.41% -
HSV(B) 23.61º 0.74% 0.65% -
XYZ 19.69 15.66 4.27 -
YUV 107.65 91.52 168.9 -
System Red Green Blue C M Y K H S L
Decimal 165 91 43 0 0.45 0.74 0.35 23.61 0.59 0.41
Hex A5 5B 2B 0 2D 4A 23 18 3B 29
Octal 245 133 53 0 55 112 43 30 73 51
Binary 10100101 1011011 101011 0 101101 1001010 100011 11000 111011 101001

Color Harmonies of #A55B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55B2B

Black with #A55B2B

Text Example


Text Example

White with #A55B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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