Html Css Color HEX #A35409 Golden Brown

📋 copy color: '#A35409'

red 163 ◦ green 84 ◦ blue 9

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

Shades of Golden Brown #A35409

Tints of Golden Brown #A35409

RGB

 RED value IS 163 (64.06% from 255) = 63.67%

 GREEN value IS 84 (33.2% from 255) = 32.81%

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

R = 63.67%
G = 32.81%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A35409 (or 0xA35409) is known color: Golden Brown. HEX triplet: A3, 54 and 09. RGB value is (163,84,9). Sum of RGB (Red+Green+Blue) = 163+84+9=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A35409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35409 is #5CABF6. Grayscale: #636363. Windows color (decimal): -6073335 or 611491. OLE color: 611491.

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

Color convert

RGB 163 84 9 -
CMYK 0 0.48 0.94 0.36
HSL 29.22º 0.9% 0.34% -
HSV(B) 29.22º 0.94% 0.64% -
XYZ 18.32 14.15 2.02 -
YUV 99.07 77.17 173.6 -
System Red Green Blue C M Y K H S L
Decimal 163 84 9 0 0.48 0.94 0.36 29.22 0.9 0.34
Hex A3 54 9 0 30 5E 24 1D 5A 22
Octal 243 124 11 0 60 136 44 35 132 42
Binary 10100011 1010100 1001 0 110000 1011110 100100 11101 1011010 100010

Color Harmonies of #A35409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35409

Black with #A35409

Text Example


Text Example

White with #A35409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35409; }

 p { color: rgb(163,84,9); }

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

background-color css

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

 a { background-color: rgb(163,84,9); }

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

border-color css

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

 span { border-color: rgb(163,84,9); }

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