Html Css Color HEX #A27117 Golden Brown

📋 copy color: '#A27117'

red 162 ◦ green 113 ◦ blue 23

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

Shades of Golden Brown #A27117

Tints of Golden Brown #A27117

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.92%

 BLUE value IS 23 (9.38% from 255) = 7.72%

R = 54.36%
G = 37.92%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A27117 (or 0xA27117) is known color: Golden Brown. HEX triplet: A2, 71 and 17. RGB value is (162,113,23). Sum of RGB (Red+Green+Blue) = 162+113+23=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A27117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27117 is #5D8EE8. Grayscale: #757575. Windows color (decimal): -6131433 or 1536418. OLE color: 1536418.

HSL color Cylindrical-coordinate representation of color #A27117: hue angle of 38.85º degrees, saturation: 0.75, 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 #A27117 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 113 23 -
CMYK 0 0.30 0.86 0.36
HSL 38.85º 0.75% 0.36% -
HSV(B) 38.85º 0.86% 0.64% -
XYZ 20.96 19.55 3.48 -
YUV 117.39 74.73 159.82 -
System Red Green Blue C M Y K H S L
Decimal 162 113 23 0 0.30 0.86 0.36 38.85 0.75 0.36
Hex A2 71 17 0 1E 56 24 27 4B 24
Octal 242 161 27 0 36 126 44 47 113 44
Binary 10100010 1110001 10111 0 11110 1010110 100100 100111 1001011 100100

Color Harmonies of #A27117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27117

Black with #A27117

Text Example


Text Example

White with #A27117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27117; }

 p { color: rgb(162,113,23); }

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

background-color css

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

 a { background-color: rgb(162,113,23); }

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

border-color css

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

 span { border-color: rgb(162,113,23); }

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