Html Css Color HEX #A2710B Golden Brown

📋 copy color: '#A2710B'

red 162 ◦ green 113 ◦ blue 11

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

Shades of Golden Brown #A2710B

Tints of Golden Brown #A2710B

RGB

 RED value IS 162 (63.67% from 255) = 56.64%

 GREEN value IS 113 (44.53% from 255) = 39.51%

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

R = 56.64%
G = 39.51%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A2710B (or 0xA2710B) is known color: Golden Brown. HEX triplet: A2, 71 and 0B. RGB value is (162,113,11). Sum of RGB (Red+Green+Blue) = 162+113+11=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A2710B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2710B is #5D8EF4. Grayscale: #747474. Windows color (decimal): -6131445 or 749986. OLE color: 749986.

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

Color convert

RGB 162 113 11 -
CMYK 0 0.30 0.93 0.36
HSL 40.53º 0.87% 0.34% -
HSV(B) 40.53º 0.93% 0.64% -
XYZ 20.87 19.52 2.98 -
YUV 116.02 68.73 160.79 -
System Red Green Blue C M Y K H S L
Decimal 162 113 11 0 0.30 0.93 0.36 40.53 0.87 0.34
Hex A2 71 B 0 1E 5D 24 29 57 22
Octal 242 161 13 0 36 135 44 51 127 42
Binary 10100010 1110001 1011 0 11110 1011101 100100 101001 1010111 100010

Color Harmonies of #A2710B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2710B

Black with #A2710B

Text Example


Text Example

White with #A2710B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2710B; }

 p { color: rgb(162,113,11); }

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

background-color css

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

 a { background-color: rgb(162,113,11); }

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

border-color css

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

 span { border-color: rgb(162,113,11); }

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