Html Css Color HEX #A27404 Golden Brown

📋 copy color: '#A27404'

red 162 ◦ green 116 ◦ blue 4

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

Shades of Golden Brown #A27404

Tints of Golden Brown #A27404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.42%

R = 57.45%
G = 41.13%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A27404 (or 0xA27404) is known color: Golden Brown. HEX triplet: A2, 74 and 04. RGB value is (162,116,4). Sum of RGB (Red+Green+Blue) = 162+116+4=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 4 (1.95% from 255 or 1.42% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A27404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27404 is #5D8BFB. Grayscale: #757575. Windows color (decimal): -6130684 or 292002. OLE color: 292002.

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

Color convert

RGB 162 116 4 -
CMYK 0 0.28 0.98 0.36
HSL 42.53º 0.95% 0.33% -
HSV(B) 42.53º 0.98% 0.64% -
XYZ 21.17 20.18 2.89 -
YUV 116.99 64.24 160.11 -
System Red Green Blue C M Y K H S L
Decimal 162 116 4 0 0.28 0.98 0.36 42.53 0.95 0.33
Hex A2 74 4 0 1C 62 24 2B 5F 21
Octal 242 164 4 0 34 142 44 53 137 41
Binary 10100010 1110100 100 0 11100 1100010 100100 101011 1011111 100001

Color Harmonies of #A27404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27404

Black with #A27404

Text Example


Text Example

White with #A27404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27404; }

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

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

background-color css

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

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

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

border-color css

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

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

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