Html Css Color HEX #A35711 Golden Brown

📋 copy color: '#A35711'

red 163 ◦ green 87 ◦ blue 17

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

Shades of Golden Brown #A35711

Tints of Golden Brown #A35711

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.58%

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

R = 61.05%
G = 32.58%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A35711 (or 0xA35711) is known color: Golden Brown. HEX triplet: A3, 57 and 11. RGB value is (163,87,17). Sum of RGB (Red+Green+Blue) = 163+87+17=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A35711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35711 is #5CA8EE. Grayscale: #666666. Windows color (decimal): -6072559 or 1136547. OLE color: 1136547.

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

Color convert

RGB 163 87 17 -
CMYK 0 0.47 0.90 0.36
HSL 28.77º 0.81% 0.35% -
HSV(B) 28.77º 0.9% 0.64% -
XYZ 18.61 14.64 2.38 -
YUV 101.74 80.18 171.69 -
System Red Green Blue C M Y K H S L
Decimal 163 87 17 0 0.47 0.90 0.36 28.77 0.81 0.35
Hex A3 57 11 0 2F 5A 24 1D 51 23
Octal 243 127 21 0 57 132 44 35 121 43
Binary 10100011 1010111 10001 0 101111 1011010 100100 11101 1010001 100011

Color Harmonies of #A35711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35711

Black with #A35711

Text Example


Text Example

White with #A35711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35711; }

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

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

background-color css

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

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

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

border-color css

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

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

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