Html Css Color HEX #A0701C Golden Brown

📋 copy color: '#A0701C'

red 160 ◦ green 112 ◦ blue 28

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

Shades of Golden Brown #A0701C

Tints of Golden Brown #A0701C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.33%

 BLUE value IS 28 (11.33% from 255) = 9.33%

R = 53.33%
G = 37.33%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0701C (or 0xA0701C) is known color: Golden Brown. HEX triplet: A0, 70 and 1C. RGB value is (160,112,28). Sum of RGB (Red+Green+Blue) = 160+112+28=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A0701C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0701C is #5F8FE3. Grayscale: #757575. Windows color (decimal): -6262756 or 1863840. OLE color: 1863840.

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

Color convert

RGB 160 112 28 -
CMYK 0 0.30 0.82 0.37
HSL 38.18º 0.7% 0.37% -
HSV(B) 38.18º 0.83% 0.63% -
XYZ 20.5 19.15 3.71 -
YUV 116.78 77.9 158.83 -
System Red Green Blue C M Y K H S L
Decimal 160 112 28 0 0.30 0.82 0.37 38.18 0.7 0.37
Hex A0 70 1C 0 1E 52 25 26 46 25
Octal 240 160 34 0 36 122 45 46 106 45
Binary 10100000 1110000 11100 0 11110 1010010 100101 100110 1000110 100101

Color Harmonies of #A0701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0701C

Black with #A0701C

Text Example


Text Example

White with #A0701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0701C; }

 p { color: rgb(160,112,28); }

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

background-color css

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

 a { background-color: rgb(160,112,28); }

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

border-color css

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

 span { border-color: rgb(160,112,28); }

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