Html Css Color HEX #A46006 Golden Brown

📋 copy color: '#A46006'

red 164 ◦ green 96 ◦ blue 6

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

Shades of Golden Brown #A46006

Tints of Golden Brown #A46006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.26%

R = 61.65%
G = 36.09%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A46006 (or 0xA46006) is known color: Golden Brown. HEX triplet: A4, 60 and 06. RGB value is (164,96,6). Sum of RGB (Red+Green+Blue) = 164+96+6=266 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.65% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 164 - color contains mainly: red. Hex color #A46006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46006 is #5B9FF9. Grayscale: #6A6A6A. Windows color (decimal): -6004730 or 417956. OLE color: 417956.

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

Color convert

RGB 164 96 6 -
CMYK 0 0.41 0.96 0.36
HSL 34.18º 0.93% 0.33% -
HSV(B) 34.18º 0.96% 0.64% -
XYZ 19.53 16.27 2.28 -
YUV 106.07 71.53 169.32 -
System Red Green Blue C M Y K H S L
Decimal 164 96 6 0 0.41 0.96 0.36 34.18 0.93 0.33
Hex A4 60 6 0 29 60 24 22 5D 21
Octal 244 140 6 0 51 140 44 42 135 41
Binary 10100100 1100000 110 0 101001 1100000 100100 100010 1011101 100001

Color Harmonies of #A46006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46006

Black with #A46006

Text Example


Text Example

White with #A46006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46006; }

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

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

background-color css

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

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

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

border-color css

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

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

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