Html Css Color HEX #A35511 Golden Brown

📋 copy color: '#A35511'

red 163 ◦ green 85 ◦ blue 17

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

Shades of Golden Brown #A35511

Tints of Golden Brown #A35511

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.08%

 BLUE value IS 17 (7.03% from 255) = 6.42%

R = 61.51%
G = 32.08%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A35511 (or 0xA35511) is known color: Golden Brown. HEX triplet: A3, 55 and 11. RGB value is (163,85,17). Sum of RGB (Red+Green+Blue) = 163+85+17=265 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.51% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 163 - color contains mainly: red. Hex color #A35511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35511 is #5CAAEE. Grayscale: #646464. Windows color (decimal): -6073071 or 1136035. OLE color: 1136035.

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

Color convert

RGB 163 85 17 -
CMYK 0 0.48 0.90 0.36
HSL 27.95º 0.81% 0.35% -
HSV(B) 27.95º 0.9% 0.64% -
XYZ 18.45 14.32 2.32 -
YUV 100.57 80.84 172.53 -
System Red Green Blue C M Y K H S L
Decimal 163 85 17 0 0.48 0.90 0.36 27.95 0.81 0.35
Hex A3 55 11 0 30 5A 24 1C 51 23
Octal 243 125 21 0 60 132 44 34 121 43
Binary 10100011 1010101 10001 0 110000 1011010 100100 11100 1010001 100011

Color Harmonies of #A35511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35511

Black with #A35511

Text Example


Text Example

White with #A35511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35511; }

 p { color: rgb(163,85,17); }

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

background-color css

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

 a { background-color: rgb(163,85,17); }

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

border-color css

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

 span { border-color: rgb(163,85,17); }

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