Html Css Color HEX #A27401 Golden Brown

📋 copy color: '#A27401'

red 162 ◦ green 116 ◦ blue 1

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

Shades of Golden Brown #A27401

Tints of Golden Brown #A27401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 58.06%
G = 41.58%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A27401 (or 0xA27401) is known color: Golden Brown. HEX triplet: A2, 74 and 01. RGB value is (162,116,1). Sum of RGB (Red+Green+Blue) = 162+116+1=279 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.06% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 162 - color contains mainly: red. Hex color #A27401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27401 is #5D8BFE. Grayscale: #757575. Windows color (decimal): -6130687 or 95394. OLE color: 95394.

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

Color convert

RGB 162 116 1 -
CMYK 0 0.28 0.99 0.36
HSL 42.86º 0.99% 0.32% -
HSV(B) 42.86º 0.99% 0.64% -
XYZ 21.15 20.17 2.81 -
YUV 116.64 62.74 160.35 -
System Red Green Blue C M Y K H S L
Decimal 162 116 1 0 0.28 0.99 0.36 42.86 0.99 0.32
Hex A2 74 1 0 1C 63 24 2B 63 20
Octal 242 164 1 0 34 143 44 53 143 40
Binary 10100010 1110100 1 0 11100 1100011 100100 101011 1100011 100000

Color Harmonies of #A27401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27401

Black with #A27401

Text Example


Text Example

White with #A27401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27401; }

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

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

background-color css

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

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

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

border-color css

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

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

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