Html Css Color HEX #A27410 Golden Brown

📋 copy color: '#A27410'

red 162 ◦ green 116 ◦ blue 16

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

Shades of Golden Brown #A27410

Tints of Golden Brown #A27410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.44%

R = 55.1%
G = 39.46%
B = 5.44%

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

#A27410 (or 0xA27410) is known color: Golden Brown. HEX triplet: A2, 74 and 10. RGB value is (162,116,16). Sum of RGB (Red+Green+Blue) = 162+116+16=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A27410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27410 is #5D8BEF. Grayscale: #767676. Windows color (decimal): -6130672 or 1078434. OLE color: 1078434.

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

Color convert

RGB 162 116 16 -
CMYK 0 0.28 0.90 0.36
HSL 41.1º 0.82% 0.35% -
HSV(B) 41.1º 0.9% 0.64% -
XYZ 21.24 20.21 3.27 -
YUV 118.35 70.24 159.13 -
System Red Green Blue C M Y K H S L
Decimal 162 116 16 0 0.28 0.90 0.36 41.1 0.82 0.35
Hex A2 74 10 0 1C 5A 24 29 52 23
Octal 242 164 20 0 34 132 44 51 122 43
Binary 10100010 1110100 10000 0 11100 1011010 100100 101001 1010010 100011

Color Harmonies of #A27410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27410

Black with #A27410

Text Example


Text Example

White with #A27410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27410; }

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

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

background-color css

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

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

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

border-color css

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

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

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