Html Css Color HEX #A35D10 Golden Brown

📋 copy color: '#A35D10'

red 163 ◦ green 93 ◦ blue 16

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

Shades of Golden Brown #A35D10

Tints of Golden Brown #A35D10

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.19%

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

R = 59.93%
G = 34.19%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A35D10 (or 0xA35D10) is known color: Golden Brown. HEX triplet: A3, 5D and 10. RGB value is (163,93,16). Sum of RGB (Red+Green+Blue) = 163+93+16=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35D10 is #5CA2EF. Grayscale: #696969. Windows color (decimal): -6071024 or 1072547. OLE color: 1072547.

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

Color convert

RGB 163 93 16 -
CMYK 0 0.43 0.90 0.36
HSL 31.43º 0.82% 0.35% -
HSV(B) 31.43º 0.9% 0.64% -
XYZ 19.11 15.65 2.5 -
YUV 105.15 77.69 169.26 -
System Red Green Blue C M Y K H S L
Decimal 163 93 16 0 0.43 0.90 0.36 31.43 0.82 0.35
Hex A3 5D 10 0 2B 5A 24 1F 52 23
Octal 243 135 20 0 53 132 44 37 122 43
Binary 10100011 1011101 10000 0 101011 1011010 100100 11111 1010010 100011

Color Harmonies of #A35D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35D10

Black with #A35D10

Text Example


Text Example

White with #A35D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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