Html Css Color HEX #A0700B Golden Brown

📋 copy color: '#A0700B'

red 160 ◦ green 112 ◦ blue 11

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

Shades of Golden Brown #A0700B

Tints of Golden Brown #A0700B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.89%

R = 56.54%
G = 39.58%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A0700B (or 0xA0700B) is known color: Golden Brown. HEX triplet: A0, 70 and 0B. RGB value is (160,112,11). Sum of RGB (Red+Green+Blue) = 160+112+11=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A0700B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0700B is #5F8FF4. Grayscale: #737373. Windows color (decimal): -6262773 or 749728. OLE color: 749728.

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

Color convert

RGB 160 112 11 -
CMYK 0 0.30 0.93 0.37
HSL 40.67º 0.87% 0.34% -
HSV(B) 40.67º 0.93% 0.63% -
XYZ 20.35 19.09 2.93 -
YUV 114.84 69.4 160.21 -
System Red Green Blue C M Y K H S L
Decimal 160 112 11 0 0.30 0.93 0.37 40.67 0.87 0.34
Hex A0 70 B 0 1E 5D 25 29 57 22
Octal 240 160 13 0 36 135 45 51 127 42
Binary 10100000 1110000 1011 0 11110 1011101 100101 101001 1010111 100010

Color Harmonies of #A0700B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0700B

Black with #A0700B

Text Example


Text Example

White with #A0700B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0700B; }

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

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

background-color css

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

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

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

border-color css

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

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

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