Html Css Color HEX #A0550F Golden Brown

📋 copy color: '#A0550F'

red 160 ◦ green 85 ◦ blue 15

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

Shades of Golden Brown #A0550F

Tints of Golden Brown #A0550F

RGB

 RED value IS 160 (62.89% from 255) = 61.54%

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

 BLUE value IS 15 (6.25% from 255) = 5.77%

R = 61.54%
G = 32.69%
B = 5.77%

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

#A0550F (or 0xA0550F) is known color: Golden Brown. HEX triplet: A0, 55 and 0F. RGB value is (160,85,15). Sum of RGB (Red+Green+Blue) = 160+85+15=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A0550F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0550F is #5FAAF0. Grayscale: #636363. Windows color (decimal): -6269681 or 1004960. OLE color: 1004960.

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

Color convert

RGB 160 85 15 -
CMYK 0 0.47 0.91 0.37
HSL 28.97º 0.83% 0.34% -
HSV(B) 28.97º 0.91% 0.63% -
XYZ 17.83 14.01 2.22 -
YUV 99.45 80.35 171.19 -
System Red Green Blue C M Y K H S L
Decimal 160 85 15 0 0.47 0.91 0.37 28.97 0.83 0.34
Hex A0 55 F 0 2F 5B 25 1D 53 22
Octal 240 125 17 0 57 133 45 35 123 42
Binary 10100000 1010101 1111 0 101111 1011011 100101 11101 1010011 100010

Color Harmonies of #A0550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0550F

Black with #A0550F

Text Example


Text Example

White with #A0550F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0550F; }

 p { color: rgb(160,85,15); }

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

background-color css

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

 a { background-color: rgb(160,85,15); }

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

border-color css

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

 span { border-color: rgb(160,85,15); }

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