Html Css Color HEX #A1570B Golden Brown

📋 copy color: '#A1570B'

red 161 ◦ green 87 ◦ blue 11

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

Shades of Golden Brown #A1570B

Tints of Golden Brown #A1570B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.59%

 BLUE value IS 11 (4.69% from 255) = 4.25%

R = 62.16%
G = 33.59%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A1570B (or 0xA1570B) is known color: Golden Brown. HEX triplet: A1, 57 and 0B. RGB value is (161,87,11). Sum of RGB (Red+Green+Blue) = 161+87+11=259 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.16% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 161 - color contains mainly: red. Hex color #A1570B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1570B is #5EA8F4. Grayscale: #646464. Windows color (decimal): -6203637 or 743329. OLE color: 743329.

HSL color Cylindrical-coordinate representation of color #A1570B: hue angle of 30.4º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1570B is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 87 11 -
CMYK 0 0.46 0.93 0.37
HSL 30.4º 0.87% 0.34% -
HSV(B) 30.4º 0.93% 0.63% -
XYZ 18.17 14.42 2.14 -
YUV 100.46 77.52 171.18 -
System Red Green Blue C M Y K H S L
Decimal 161 87 11 0 0.46 0.93 0.37 30.4 0.87 0.34
Hex A1 57 B 0 2E 5D 25 1E 57 22
Octal 241 127 13 0 56 135 45 36 127 42
Binary 10100001 1010111 1011 0 101110 1011101 100101 11110 1010111 100010

Color Harmonies of #A1570B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1570B

Black with #A1570B

Text Example


Text Example

White with #A1570B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1570B; }

 p { color: rgb(161,87,11); }

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

background-color css

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

 a { background-color: rgb(161,87,11); }

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

border-color css

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

 span { border-color: rgb(161,87,11); }

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