Html Css Color HEX #A46705 Golden Brown

📋 copy color: '#A46705'

red 164 ◦ green 103 ◦ blue 5

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

Shades of Golden Brown #A46705

Tints of Golden Brown #A46705

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.87%

 BLUE value IS 5 (2.34% from 255) = 1.84%

R = 60.29%
G = 37.87%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A46705 (or 0xA46705) is known color: Golden Brown. HEX triplet: A4, 67 and 05. RGB value is (164,103,5). Sum of RGB (Red+Green+Blue) = 164+103+5=272 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.29% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 164 - color contains mainly: red. Hex color #A46705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46705 is #5B98FA. Grayscale: #6E6E6E. Windows color (decimal): -6002939 or 354212. OLE color: 354212.

HSL color Cylindrical-coordinate representation of color #A46705: hue angle of 36.98º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A46705 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 103 5 -
CMYK 0 0.37 0.97 0.36
HSL 36.98º 0.94% 0.33% -
HSV(B) 36.98º 0.97% 0.64% -
XYZ 20.19 17.6 2.48 -
YUV 110.07 68.71 166.47 -
System Red Green Blue C M Y K H S L
Decimal 164 103 5 0 0.37 0.97 0.36 36.98 0.94 0.33
Hex A4 67 5 0 25 61 24 25 5E 21
Octal 244 147 5 0 45 141 44 45 136 41
Binary 10100100 1100111 101 0 100101 1100001 100100 100101 1011110 100001

Color Harmonies of #A46705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46705

Black with #A46705

Text Example


Text Example

White with #A46705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46705; }

 p { color: rgb(164,103,5); }

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

background-color css

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

 a { background-color: rgb(164,103,5); }

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

border-color css

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

 span { border-color: rgb(164,103,5); }

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