Html Css Color HEX #A46703 Golden Brown

📋 copy color: '#A46703'

red 164 ◦ green 103 ◦ blue 3

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

Shades of Golden Brown #A46703

Tints of Golden Brown #A46703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.11%

R = 60.74%
G = 38.15%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A46703 (or 0xA46703) is known color: Golden Brown. HEX triplet: A4, 67 and 03. RGB value is (164,103,3). Sum of RGB (Red+Green+Blue) = 164+103+3=270 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.74% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 164 - color contains mainly: red. Hex color #A46703 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46703 is #5B98FC. Grayscale: #6E6E6E. Windows color (decimal): -6002941 or 223140. OLE color: 223140.

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

Color convert

RGB 164 103 3 -
CMYK 0 0.37 0.98 0.36
HSL 37.27º 0.96% 0.33% -
HSV(B) 37.27º 0.98% 0.64% -
XYZ 20.18 17.6 2.42 -
YUV 109.84 67.71 166.63 -
System Red Green Blue C M Y K H S L
Decimal 164 103 3 0 0.37 0.98 0.36 37.27 0.96 0.33
Hex A4 67 3 0 25 62 24 25 60 21
Octal 244 147 3 0 45 142 44 45 140 41
Binary 10100100 1100111 11 0 100101 1100010 100100 100101 1100000 100001

Color Harmonies of #A46703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46703

Black with #A46703

Text Example


Text Example

White with #A46703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46703; }

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

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

background-color css

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

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

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

border-color css

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

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

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