Html Css Color HEX #A1570E Golden Brown

📋 copy color: '#A1570E'

red 161 ◦ green 87 ◦ blue 14

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

Shades of Golden Brown #A1570E

Tints of Golden Brown #A1570E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.34%

R = 61.45%
G = 33.21%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A1570E (or 0xA1570E) is known color: Golden Brown. HEX triplet: A1, 57 and 0E. RGB value is (161,87,14). Sum of RGB (Red+Green+Blue) = 161+87+14=262 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.45% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 161 - color contains mainly: red. Hex color #A1570E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1570E is #5EA8F1. Grayscale: #656565. Windows color (decimal): -6203634 or 939937. OLE color: 939937.

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

Color convert

RGB 161 87 14 -
CMYK 0 0.46 0.91 0.37
HSL 29.8º 0.84% 0.34% -
HSV(B) 29.8º 0.91% 0.63% -
XYZ 18.19 14.43 2.24 -
YUV 100.8 79.02 170.94 -
System Red Green Blue C M Y K H S L
Decimal 161 87 14 0 0.46 0.91 0.37 29.8 0.84 0.34
Hex A1 57 E 0 2E 5B 25 1E 54 22
Octal 241 127 16 0 56 133 45 36 124 42
Binary 10100001 1010111 1110 0 101110 1011011 100101 11110 1010100 100010

Color Harmonies of #A1570E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1570E

Black with #A1570E

Text Example


Text Example

White with #A1570E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1570E; }

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

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

background-color css

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

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

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

border-color css

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

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

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