Html Css Color HEX #A5501B Rich Gold

📋 copy color: '#A5501B'

red 165 ◦ green 80 ◦ blue 27

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

Shades of Rich Gold #A5501B

Tints of Rich Gold #A5501B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.41%

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

R = 60.66%
G = 29.41%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5501B (or 0xA5501B) is known color: Rich Gold. HEX triplet: A5, 50 and 1B. RGB value is (165,80,27). Sum of RGB (Red+Green+Blue) = 165+80+27=272 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.66% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 165 - color contains mainly: red. Hex color #A5501B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5501B is #5AAFE4. Grayscale: #636363. Windows color (decimal): -5943269 or 1790117. OLE color: 1790117.

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

Color convert

RGB 165 80 27 -
CMYK 0 0.52 0.84 0.35
HSL 23.04º 0.72% 0.38% -
HSV(B) 23.04º 0.84% 0.65% -
XYZ 18.58 13.82 2.72 -
YUV 99.37 87.16 174.81 -
System Red Green Blue C M Y K H S L
Decimal 165 80 27 0 0.52 0.84 0.35 23.04 0.72 0.38
Hex A5 50 1B 0 34 54 23 17 48 26
Octal 245 120 33 0 64 124 43 27 110 46
Binary 10100101 1010000 11011 0 110100 1010100 100011 10111 1001000 100110

Color Harmonies of #A5501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5501B

Black with #A5501B

Text Example


Text Example

White with #A5501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5501B; }

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

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

background-color css

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

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

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

border-color css

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

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

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