Html Css Color HEX #A0701B Golden Brown

📋 copy color: '#A0701B'

red 160 ◦ green 112 ◦ blue 27

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

Shades of Golden Brown #A0701B

Tints of Golden Brown #A0701B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.03%

R = 53.51%
G = 37.46%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A0701B (or 0xA0701B) is known color: Golden Brown. HEX triplet: A0, 70 and 1B. RGB value is (160,112,27). Sum of RGB (Red+Green+Blue) = 160+112+27=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A0701B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0701B is #5F8FE4. Grayscale: #757575. Windows color (decimal): -6262757 or 1798304. OLE color: 1798304.

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

Color convert

RGB 160 112 27 -
CMYK 0 0.30 0.83 0.37
HSL 38.35º 0.71% 0.37% -
HSV(B) 38.35º 0.83% 0.63% -
XYZ 20.49 19.14 3.65 -
YUV 116.66 77.4 158.91 -
System Red Green Blue C M Y K H S L
Decimal 160 112 27 0 0.30 0.83 0.37 38.35 0.71 0.37
Hex A0 70 1B 0 1E 53 25 26 47 25
Octal 240 160 33 0 36 123 45 46 107 45
Binary 10100000 1110000 11011 0 11110 1010011 100101 100110 1000111 100101

Color Harmonies of #A0701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0701B

Black with #A0701B

Text Example


Text Example

White with #A0701B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0701B; }

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

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

background-color css

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

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

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

border-color css

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

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

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