Html Css Color HEX #A5581B Rich Gold

📋 copy color: '#A5581B'

red 165 ◦ green 88 ◦ blue 27

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

Shades of Rich Gold #A5581B

Tints of Rich Gold #A5581B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.43%

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

R = 58.93%
G = 31.43%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5581B (or 0xA5581B) is known color: Rich Gold. HEX triplet: A5, 58 and 1B. RGB value is (165,88,27). Sum of RGB (Red+Green+Blue) = 165+88+27=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A5581B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5581B is #5AA7E4. Grayscale: #686868. Windows color (decimal): -5941221 or 1792165. OLE color: 1792165.

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

Color convert

RGB 165 88 27 -
CMYK 0 0.47 0.84 0.35
HSL 26.52º 0.72% 0.38% -
HSV(B) 26.52º 0.84% 0.65% -
XYZ 19.2 15.06 2.93 -
YUV 104.07 84.51 171.46 -
System Red Green Blue C M Y K H S L
Decimal 165 88 27 0 0.47 0.84 0.35 26.52 0.72 0.38
Hex A5 58 1B 0 2F 54 23 1B 48 26
Octal 245 130 33 0 57 124 43 33 110 46
Binary 10100101 1011000 11011 0 101111 1010100 100011 11011 1001000 100110

Color Harmonies of #A5581B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5581B

Black with #A5581B

Text Example


Text Example

White with #A5581B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5581B; }

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

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

background-color css

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

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

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

border-color css

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

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

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