Html Css Color HEX #A1551E Rich Gold

📋 copy color: '#A1551E'

red 161 ◦ green 85 ◦ blue 30

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

Shades of Rich Gold #A1551E

Tints of Rich Gold #A1551E

RGB

 RED value IS 161 (63.28% from 255) = 58.33%

 GREEN value IS 85 (33.59% from 255) = 30.8%

 BLUE value IS 30 (12.11% from 255) = 10.87%

R = 58.33%
G = 30.8%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1551E (or 0xA1551E) is known color: Rich Gold. HEX triplet: A1, 55 and 1E. RGB value is (161,85,30). Sum of RGB (Red+Green+Blue) = 161+85+30=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A1551E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1551E is #5EAAE1. Grayscale: #656565. Windows color (decimal): -6204130 or 1988001. OLE color: 1988001.

HSL color Cylindrical-coordinate representation of color #A1551E: hue angle of 25.19º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1551E is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 85 30 -
CMYK 0 0.47 0.81 0.37
HSL 25.19º 0.69% 0.37% -
HSV(B) 25.19º 0.81% 0.63% -
XYZ 18.18 14.17 3 -
YUV 101.45 87.68 170.47 -
System Red Green Blue C M Y K H S L
Decimal 161 85 30 0 0.47 0.81 0.37 25.19 0.69 0.37
Hex A1 55 1E 0 2F 51 25 19 45 25
Octal 241 125 36 0 57 121 45 31 105 45
Binary 10100001 1010101 11110 0 101111 1010001 100101 11001 1000101 100101

Color Harmonies of #A1551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1551E

Black with #A1551E

Text Example


Text Example

White with #A1551E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1551E; }

 p { color: rgb(161,85,30); }

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

background-color css

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

 a { background-color: rgb(161,85,30); }

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

border-color css

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

 span { border-color: rgb(161,85,30); }

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