Html Css Color HEX #A46F16 Golden Brown

📋 copy color: '#A46F16'

red 164 ◦ green 111 ◦ blue 22

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

Shades of Golden Brown #A46F16

Tints of Golden Brown #A46F16

RGB

 RED value IS 164 (64.45% from 255) = 55.22%

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

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

R = 55.22%
G = 37.37%
B = 7.41%

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

#A46F16 (or 0xA46F16) is known color: Golden Brown. HEX triplet: A4, 6F and 16. RGB value is (164,111,22). Sum of RGB (Red+Green+Blue) = 164+111+22=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46F16 is #5B90E9. Grayscale: #757575. Windows color (decimal): -6000874 or 1470372. OLE color: 1470372.

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

Color convert

RGB 164 111 22 -
CMYK 0 0.32 0.87 0.36
HSL 37.61º 0.76% 0.36% -
HSV(B) 37.61º 0.87% 0.64% -
XYZ 21.14 19.32 3.37 -
YUV 116.7 74.56 161.74 -
System Red Green Blue C M Y K H S L
Decimal 164 111 22 0 0.32 0.87 0.36 37.61 0.76 0.36
Hex A4 6F 16 0 20 57 24 26 4C 24
Octal 244 157 26 0 40 127 44 46 114 44
Binary 10100100 1101111 10110 0 100000 1010111 100100 100110 1001100 100100

Color Harmonies of #A46F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46F16

Black with #A46F16

Text Example


Text Example

White with #A46F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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