Html Css Color HEX #A2711B Golden Brown

📋 copy color: '#A2711B'

red 162 ◦ green 113 ◦ blue 27

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

Shades of Golden Brown #A2711B

Tints of Golden Brown #A2711B

RGB

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

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

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

R = 53.64%
G = 37.42%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A2711B (or 0xA2711B) is known color: Golden Brown. HEX triplet: A2, 71 and 1B. RGB value is (162,113,27). Sum of RGB (Red+Green+Blue) = 162+113+27=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A2711B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2711B is #5D8EE4. Grayscale: #767676. Windows color (decimal): -6131429 or 1798562. OLE color: 1798562.

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

Color convert

RGB 162 113 27 -
CMYK 0 0.30 0.83 0.36
HSL 38.22º 0.71% 0.37% -
HSV(B) 38.22º 0.83% 0.64% -
XYZ 21 19.57 3.71 -
YUV 117.85 76.73 159.49 -
System Red Green Blue C M Y K H S L
Decimal 162 113 27 0 0.30 0.83 0.36 38.22 0.71 0.37
Hex A2 71 1B 0 1E 53 24 26 47 25
Octal 242 161 33 0 36 123 44 46 107 45
Binary 10100010 1110001 11011 0 11110 1010011 100100 100110 1000111 100101

Color Harmonies of #A2711B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2711B

Black with #A2711B

Text Example


Text Example

White with #A2711B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2711B; }

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

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

background-color css

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

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

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

border-color css

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

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

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