Html Css Color HEX #AD5D10 Golden Brown

📋 copy color: '#AD5D10'

red 173 ◦ green 93 ◦ blue 16

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

Shades of Golden Brown #AD5D10

Tints of Golden Brown #AD5D10

RGB

 RED value IS 173 (67.97% from 255) = 61.35%

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

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

R = 61.35%
G = 32.98%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD5D10 (or 0xAD5D10) is known color: Golden Brown. HEX triplet: AD, 5D and 10. RGB value is (173,93,16). Sum of RGB (Red+Green+Blue) = 173+93+16=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5D10 is #52A2EF. Grayscale: #6C6C6C. Windows color (decimal): -5415664 or 1072557. OLE color: 1072557.

HSL color Cylindrical-coordinate representation of color #AD5D10: hue angle of 29.43º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD5D10 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 93 16 -
CMYK 0 0.46 0.91 0.32
HSL 29.43º 0.83% 0.37% -
HSV(B) 29.43º 0.91% 0.68% -
XYZ 21.24 16.75 2.6 -
YUV 108.14 76 174.26 -
System Red Green Blue C M Y K H S L
Decimal 173 93 16 0 0.46 0.91 0.32 29.43 0.83 0.37
Hex AD 5D 10 0 2E 5B 20 1D 53 25
Octal 255 135 20 0 56 133 40 35 123 45
Binary 10101101 1011101 10000 0 101110 1011011 100000 11101 1010011 100101

Color Harmonies of #AD5D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5D10

Black with #AD5D10

Text Example


Text Example

White with #AD5D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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