Html Css Color HEX #A46003 Golden Brown

📋 copy color: '#A46003'

red 164 ◦ green 96 ◦ blue 3

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

Shades of Golden Brown #A46003

Tints of Golden Brown #A46003

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.5%

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

R = 62.36%
G = 36.5%
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

#A46003 (or 0xA46003) is known color: Golden Brown. HEX triplet: A4, 60 and 03. RGB value is (164,96,3). Sum of RGB (Red+Green+Blue) = 164+96+3=263 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.36% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 164 - color contains mainly: red. Hex color #A46003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46003 is #5B9FFC. Grayscale: #6A6A6A. Windows color (decimal): -6004733 or 221348. OLE color: 221348.

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

Color convert

RGB 164 96 3 -
CMYK 0 0.41 0.98 0.36
HSL 34.66º 0.96% 0.33% -
HSV(B) 34.66º 0.98% 0.64% -
XYZ 19.51 16.26 2.2 -
YUV 105.73 70.03 169.56 -
System Red Green Blue C M Y K H S L
Decimal 164 96 3 0 0.41 0.98 0.36 34.66 0.96 0.33
Hex A4 60 3 0 29 62 24 23 60 21
Octal 244 140 3 0 51 142 44 43 140 41
Binary 10100100 1100000 11 0 101001 1100010 100100 100011 1100000 100001

Color Harmonies of #A46003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46003

Black with #A46003

Text Example


Text Example

White with #A46003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46003; }

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

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

background-color css

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

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

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

border-color css

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

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

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