Html Css Color HEX #A27411 Golden Brown

📋 copy color: '#A27411'

red 162 ◦ green 116 ◦ blue 17

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

Shades of Golden Brown #A27411

Tints of Golden Brown #A27411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.76%

R = 54.92%
G = 39.32%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A27411 (or 0xA27411) is known color: Golden Brown. HEX triplet: A2, 74 and 11. RGB value is (162,116,17). Sum of RGB (Red+Green+Blue) = 162+116+17=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A27411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27411 is #5D8BEE. Grayscale: #767676. Windows color (decimal): -6130671 or 1143970. OLE color: 1143970.

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

Color convert

RGB 162 116 17 -
CMYK 0 0.28 0.90 0.36
HSL 40.97º 0.81% 0.35% -
HSV(B) 40.97º 0.9% 0.64% -
XYZ 21.25 20.21 3.31 -
YUV 118.47 70.74 159.05 -
System Red Green Blue C M Y K H S L
Decimal 162 116 17 0 0.28 0.90 0.36 40.97 0.81 0.35
Hex A2 74 11 0 1C 5A 24 29 51 23
Octal 242 164 21 0 34 132 44 51 121 43
Binary 10100010 1110100 10001 0 11100 1011010 100100 101001 1010001 100011

Color Harmonies of #A27411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27411

Black with #A27411

Text Example


Text Example

White with #A27411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27411; }

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

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

background-color css

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

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

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

border-color css

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

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

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