Html Css Color HEX #A35E10 Golden Brown

📋 copy color: '#A35E10'

red 163 ◦ green 94 ◦ blue 16

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

Shades of Golden Brown #A35E10

Tints of Golden Brown #A35E10

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.43%

 BLUE value IS 16 (6.64% from 255) = 5.86%

R = 59.71%
G = 34.43%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A35E10 (or 0xA35E10) is known color: Golden Brown. HEX triplet: A3, 5E and 10. RGB value is (163,94,16). Sum of RGB (Red+Green+Blue) = 163+94+16=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35E10 is #5CA1EF. Grayscale: #6A6A6A. Windows color (decimal): -6070768 or 1072803. OLE color: 1072803.

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

Color convert

RGB 163 94 16 -
CMYK 0 0.42 0.90 0.36
HSL 31.84º 0.82% 0.35% -
HSV(B) 31.84º 0.9% 0.64% -
XYZ 19.2 15.83 2.53 -
YUV 105.74 77.36 168.84 -
System Red Green Blue C M Y K H S L
Decimal 163 94 16 0 0.42 0.90 0.36 31.84 0.82 0.35
Hex A3 5E 10 0 2A 5A 24 20 52 23
Octal 243 136 20 0 52 132 44 40 122 43
Binary 10100011 1011110 10000 0 101010 1011010 100100 100000 1010010 100011

Color Harmonies of #A35E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35E10

Black with #A35E10

Text Example


Text Example

White with #A35E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35E10; }

 p { color: rgb(163,94,16); }

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

background-color css

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

 a { background-color: rgb(163,94,16); }

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

border-color css

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

 span { border-color: rgb(163,94,16); }

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