Html Css Color HEX #A37416 Golden Brown

📋 copy color: '#A37416'

red 163 ◦ green 116 ◦ blue 22

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

Shades of Golden Brown #A37416

Tints of Golden Brown #A37416

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.54%

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

R = 54.15%
G = 38.54%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A37416 (or 0xA37416) is known color: Golden Brown. HEX triplet: A3, 74 and 16. RGB value is (163,116,22). Sum of RGB (Red+Green+Blue) = 163+116+22=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A37416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37416 is #5C8BE9. Grayscale: #777777. Windows color (decimal): -6065130 or 1471651. OLE color: 1471651.

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

Color convert

RGB 163 116 22 -
CMYK 0 0.29 0.87 0.36
HSL 40º 0.76% 0.36% -
HSV(B) 40º 0.87% 0.64% -
XYZ 21.49 20.34 3.55 -
YUV 119.34 73.07 159.14 -
System Red Green Blue C M Y K H S L
Decimal 163 116 22 0 0.29 0.87 0.36 40 0.76 0.36
Hex A3 74 16 0 1D 57 24 28 4C 24
Octal 243 164 26 0 35 127 44 50 114 44
Binary 10100011 1110100 10110 0 11101 1010111 100100 101000 1001100 100100

Color Harmonies of #A37416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37416

Black with #A37416

Text Example


Text Example

White with #A37416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37416; }

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

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

background-color css

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

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

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

border-color css

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

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

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