Html Css Color HEX #A36F16 Golden Brown

📋 copy color: '#A36F16'

red 163 ◦ green 111 ◦ blue 22

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

Shades of Golden Brown #A36F16

Tints of Golden Brown #A36F16

RGB

 RED value IS 163 (64.06% from 255) = 55.07%

 GREEN value IS 111 (43.75% from 255) = 37.5%

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

R = 55.07%
G = 37.5%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A36F16 (or 0xA36F16) is known color: Golden Brown. HEX triplet: A3, 6F and 16. RGB value is (163,111,22). Sum of RGB (Red+Green+Blue) = 163+111+22=296 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.07% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36F16 is #5C90E9. Grayscale: #747474. Windows color (decimal): -6066410 or 1470371. OLE color: 1470371.

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

Color convert

RGB 163 111 22 -
CMYK 0 0.32 0.87 0.36
HSL 37.87º 0.76% 0.36% -
HSV(B) 37.87º 0.87% 0.64% -
XYZ 20.93 19.21 3.36 -
YUV 116.4 74.73 161.24 -
System Red Green Blue C M Y K H S L
Decimal 163 111 22 0 0.32 0.87 0.36 37.87 0.76 0.36
Hex A3 6F 16 0 20 57 24 26 4C 24
Octal 243 157 26 0 40 127 44 46 114 44
Binary 10100011 1101111 10110 0 100000 1010111 100100 100110 1001100 100100

Color Harmonies of #A36F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36F16

Black with #A36F16

Text Example


Text Example

White with #A36F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36F16; }

 p { color: rgb(163,111,22); }

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

background-color css

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

 a { background-color: rgb(163,111,22); }

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

border-color css

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

 span { border-color: rgb(163,111,22); }

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