Html Css Color HEX #A46501 Golden Brown

📋 copy color: '#A46501'

red 164 ◦ green 101 ◦ blue 1

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

Shades of Golden Brown #A46501

Tints of Golden Brown #A46501

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.97%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 61.65%
G = 37.97%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A46501 (or 0xA46501) is known color: Golden Brown. HEX triplet: A4, 65 and 01. RGB value is (164,101,1). Sum of RGB (Red+Green+Blue) = 164+101+1=266 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.65% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 164 - color contains mainly: red. Hex color #A46501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46501 is #5B9AFE. Grayscale: #6C6C6C. Windows color (decimal): -6003455 or 91556. OLE color: 91556.

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

Color convert

RGB 164 101 1 -
CMYK 0 0.38 0.99 0.36
HSL 36.81º 0.99% 0.32% -
HSV(B) 36.81º 0.99% 0.64% -
XYZ 19.97 17.2 2.3 -
YUV 108.44 67.37 167.63 -
System Red Green Blue C M Y K H S L
Decimal 164 101 1 0 0.38 0.99 0.36 36.81 0.99 0.32
Hex A4 65 1 0 26 63 24 25 63 20
Octal 244 145 1 0 46 143 44 45 143 40
Binary 10100100 1100101 1 0 100110 1100011 100100 100101 1100011 100000

Color Harmonies of #A46501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46501

Black with #A46501

Text Example


Text Example

White with #A46501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46501; }

 p { color: rgb(164,101,1); }

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

background-color css

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

 a { background-color: rgb(164,101,1); }

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

border-color css

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

 span { border-color: rgb(164,101,1); }

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