Html Css Color HEX #A27316 Golden Brown

📋 copy color: '#A27316'

red 162 ◦ green 115 ◦ blue 22

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

Shades of Golden Brown #A27316

Tints of Golden Brown #A27316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.36%

R = 54.18%
G = 38.46%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A27316 (or 0xA27316) is known color: Golden Brown. HEX triplet: A2, 73 and 16. RGB value is (162,115,22). Sum of RGB (Red+Green+Blue) = 162+115+22=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A27316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27316 is #5D8CE9. Grayscale: #767676. Windows color (decimal): -6130922 or 1471394. OLE color: 1471394.

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

Color convert

RGB 162 115 22 -
CMYK 0 0.29 0.86 0.36
HSL 39.86º 0.76% 0.36% -
HSV(B) 39.86º 0.86% 0.64% -
XYZ 21.18 20 3.5 -
YUV 118.45 73.57 159.06 -
System Red Green Blue C M Y K H S L
Decimal 162 115 22 0 0.29 0.86 0.36 39.86 0.76 0.36
Hex A2 73 16 0 1D 56 24 28 4C 24
Octal 242 163 26 0 35 126 44 50 114 44
Binary 10100010 1110011 10110 0 11101 1010110 100100 101000 1001100 100100

Color Harmonies of #A27316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27316

Black with #A27316

Text Example


Text Example

White with #A27316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27316; }

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

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

background-color css

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

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

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

border-color css

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

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

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