Html Css Color HEX #A27216 Golden Brown

📋 copy color: '#A27216'

red 162 ◦ green 114 ◦ blue 22

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

Shades of Golden Brown #A27216

Tints of Golden Brown #A27216

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.26%

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

R = 54.36%
G = 38.26%
B = 7.38%

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

#A27216 (or 0xA27216) is known color: Golden Brown. HEX triplet: A2, 72 and 16. RGB value is (162,114,22). Sum of RGB (Red+Green+Blue) = 162+114+22=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A27216 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27216 is #5D8DE9. Grayscale: #767676. Windows color (decimal): -6131178 or 1471138. OLE color: 1471138.

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

Color convert

RGB 162 114 22 -
CMYK 0 0.30 0.86 0.36
HSL 39.43º 0.76% 0.36% -
HSV(B) 39.43º 0.86% 0.64% -
XYZ 21.06 19.77 3.47 -
YUV 117.86 73.9 159.48 -
System Red Green Blue C M Y K H S L
Decimal 162 114 22 0 0.30 0.86 0.36 39.43 0.76 0.36
Hex A2 72 16 0 1E 56 24 27 4C 24
Octal 242 162 26 0 36 126 44 47 114 44
Binary 10100010 1110010 10110 0 11110 1010110 100100 100111 1001100 100100

Color Harmonies of #A27216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27216

Black with #A27216

Text Example


Text Example

White with #A27216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27216; }

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

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

background-color css

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

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

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

border-color css

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

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

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