Html Css Color HEX #A46103 Golden Brown

📋 copy color: '#A46103'

red 164 ◦ green 97 ◦ blue 3

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

Shades of Golden Brown #A46103

Tints of Golden Brown #A46103

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.74%

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

R = 62.12%
G = 36.74%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A46103 (or 0xA46103) is known color: Golden Brown. HEX triplet: A4, 61 and 03. RGB value is (164,97,3). Sum of RGB (Red+Green+Blue) = 164+97+3=264 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.12% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 164 - color contains mainly: red. Hex color #A46103 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46103 is #5B9EFC. Grayscale: #6A6A6A. Windows color (decimal): -6004477 or 221604. OLE color: 221604.

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

Color convert

RGB 164 97 3 -
CMYK 0 0.41 0.98 0.36
HSL 35.03º 0.96% 0.33% -
HSV(B) 35.03º 0.98% 0.64% -
XYZ 19.6 16.45 2.23 -
YUV 106.32 69.7 169.14 -
System Red Green Blue C M Y K H S L
Decimal 164 97 3 0 0.41 0.98 0.36 35.03 0.96 0.33
Hex A4 61 3 0 29 62 24 23 60 21
Octal 244 141 3 0 51 142 44 43 140 41
Binary 10100100 1100001 11 0 101001 1100010 100100 100011 1100000 100001

Color Harmonies of #A46103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46103

Black with #A46103

Text Example


Text Example

White with #A46103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46103; }

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

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

background-color css

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

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

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

border-color css

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

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

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