Html Css Color HEX #A27304 Golden Brown

📋 copy color: '#A27304'

red 162 ◦ green 115 ◦ blue 4

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

Shades of Golden Brown #A27304

Tints of Golden Brown #A27304

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.93%

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

R = 57.65%
G = 40.93%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A27304 (or 0xA27304) is known color: Golden Brown. HEX triplet: A2, 73 and 04. RGB value is (162,115,4). Sum of RGB (Red+Green+Blue) = 162+115+4=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A27304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27304 is #5D8CFB. Grayscale: #747474. Windows color (decimal): -6130940 or 291746. OLE color: 291746.

HSL color Cylindrical-coordinate representation of color #A27304: hue angle of 42.15º 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 #A27304 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 115 4 -
CMYK 0 0.29 0.98 0.36
HSL 42.15º 0.95% 0.33% -
HSV(B) 42.15º 0.98% 0.64% -
XYZ 21.05 19.95 2.86 -
YUV 116.4 64.57 160.53 -
System Red Green Blue C M Y K H S L
Decimal 162 115 4 0 0.29 0.98 0.36 42.15 0.95 0.33
Hex A2 73 4 0 1D 62 24 2A 5F 21
Octal 242 163 4 0 35 142 44 52 137 41
Binary 10100010 1110011 100 0 11101 1100010 100100 101010 1011111 100001

Color Harmonies of #A27304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27304

Black with #A27304

Text Example


Text Example

White with #A27304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27304; }

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

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

background-color css

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

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

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

border-color css

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

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

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