Html Css Color HEX #A2740E Golden Brown

📋 copy color: '#A2740E'

red 162 ◦ green 116 ◦ blue 14

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

Shades of Golden Brown #A2740E

Tints of Golden Brown #A2740E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.73%

 BLUE value IS 14 (5.86% from 255) = 4.79%

R = 55.48%
G = 39.73%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A2740E (or 0xA2740E) is known color: Golden Brown. HEX triplet: A2, 74 and 0E. RGB value is (162,116,14). Sum of RGB (Red+Green+Blue) = 162+116+14=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A2740E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2740E is #5D8BF1. Grayscale: #767676. Windows color (decimal): -6130674 or 947362. OLE color: 947362.

HSL color Cylindrical-coordinate representation of color #A2740E: hue angle of 41.35º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2740E is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 116 14 -
CMYK 0 0.28 0.91 0.36
HSL 41.35º 0.84% 0.35% -
HSV(B) 41.35º 0.91% 0.64% -
XYZ 21.22 20.2 3.2 -
YUV 118.13 69.24 159.29 -
System Red Green Blue C M Y K H S L
Decimal 162 116 14 0 0.28 0.91 0.36 41.35 0.84 0.35
Hex A2 74 E 0 1C 5B 24 29 54 23
Octal 242 164 16 0 34 133 44 51 124 43
Binary 10100010 1110100 1110 0 11100 1011011 100100 101001 1010100 100011

Color Harmonies of #A2740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2740E

Black with #A2740E

Text Example


Text Example

White with #A2740E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2740E; }

 p { color: rgb(162,116,14); }

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

background-color css

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

 a { background-color: rgb(162,116,14); }

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

border-color css

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

 span { border-color: rgb(162,116,14); }

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