Html Css Color HEX #A46909 Golden Brown

📋 copy color: '#A46909'

red 164 ◦ green 105 ◦ blue 9

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

Shades of Golden Brown #A46909

Tints of Golden Brown #A46909

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.77%

 BLUE value IS 9 (3.91% from 255) = 3.24%

R = 58.99%
G = 37.77%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A46909 (or 0xA46909) is known color: Golden Brown. HEX triplet: A4, 69 and 09. RGB value is (164,105,9). Sum of RGB (Red+Green+Blue) = 164+105+9=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 9 (3.91% from 255 or 3.24% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A46909 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46909 is #5B96F6. Grayscale: #707070. Windows color (decimal): -6002423 or 616868. OLE color: 616868.

HSL color Cylindrical-coordinate representation of color #A46909: hue angle of 37.16º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A46909 is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 105 9 -
CMYK 0 0.36 0.95 0.36
HSL 37.16º 0.9% 0.34% -
HSV(B) 37.16º 0.95% 0.64% -
XYZ 20.41 18.02 2.66 -
YUV 111.7 70.05 165.31 -
System Red Green Blue C M Y K H S L
Decimal 164 105 9 0 0.36 0.95 0.36 37.16 0.9 0.34
Hex A4 69 9 0 24 5F 24 25 5A 22
Octal 244 151 11 0 44 137 44 45 132 42
Binary 10100100 1101001 1001 0 100100 1011111 100100 100101 1011010 100010

Color Harmonies of #A46909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46909

Black with #A46909

Text Example


Text Example

White with #A46909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46909; }

 p { color: rgb(164,105,9); }

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

background-color css

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

 a { background-color: rgb(164,105,9); }

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

border-color css

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

 span { border-color: rgb(164,105,9); }

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