Html Css Color HEX #A2740F Golden Brown

📋 copy color: '#A2740F'

red 162 ◦ green 116 ◦ blue 15

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

Shades of Golden Brown #A2740F

Tints of Golden Brown #A2740F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.12%

R = 55.29%
G = 39.59%
B = 5.12%

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

#A2740F (or 0xA2740F) is known color: Golden Brown. HEX triplet: A2, 74 and 0F. RGB value is (162,116,15). Sum of RGB (Red+Green+Blue) = 162+116+15=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A2740F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2740F is #5D8BF0. Grayscale: #767676. Windows color (decimal): -6130673 or 1012898. OLE color: 1012898.

HSL color Cylindrical-coordinate representation of color #A2740F: hue angle of 41.22º degrees, saturation: 0.83, 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 #A2740F is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 116 15 -
CMYK 0 0.28 0.91 0.36
HSL 41.22º 0.83% 0.35% -
HSV(B) 41.22º 0.91% 0.64% -
XYZ 21.23 20.21 3.23 -
YUV 118.24 69.74 159.21 -
System Red Green Blue C M Y K H S L
Decimal 162 116 15 0 0.28 0.91 0.36 41.22 0.83 0.35
Hex A2 74 F 0 1C 5B 24 29 53 23
Octal 242 164 17 0 34 133 44 51 123 43
Binary 10100010 1110100 1111 0 11100 1011011 100100 101001 1010011 100011

Color Harmonies of #A2740F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2740F

Black with #A2740F

Text Example


Text Example

White with #A2740F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2740F; }

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

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

background-color css

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

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

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

border-color css

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

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

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