Html Css Color HEX #A1550E Golden Brown

📋 copy color: '#A1550E'

red 161 ◦ green 85 ◦ blue 14

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

Shades of Golden Brown #A1550E

Tints of Golden Brown #A1550E

RGB

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

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

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

R = 61.92%
G = 32.69%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A1550E (or 0xA1550E) is known color: Golden Brown. HEX triplet: A1, 55 and 0E. RGB value is (161,85,14). Sum of RGB (Red+Green+Blue) = 161+85+14=260 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.92% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 161 - color contains mainly: red. Hex color #A1550E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1550E is #5EAAF1. Grayscale: #636363. Windows color (decimal): -6204146 or 939425. OLE color: 939425.

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

Color convert

RGB 161 85 14 -
CMYK 0 0.47 0.91 0.37
HSL 28.98º 0.84% 0.34% -
HSV(B) 28.98º 0.91% 0.63% -
XYZ 18.03 14.11 2.19 -
YUV 99.63 79.68 171.77 -
System Red Green Blue C M Y K H S L
Decimal 161 85 14 0 0.47 0.91 0.37 28.98 0.84 0.34
Hex A1 55 E 0 2F 5B 25 1D 54 22
Octal 241 125 16 0 57 133 45 35 124 42
Binary 10100001 1010101 1110 0 101111 1011011 100101 11101 1010100 100010

Color Harmonies of #A1550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1550E

Black with #A1550E

Text Example


Text Example

White with #A1550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1550E; }

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

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

background-color css

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

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

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

border-color css

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

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

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