Html Css Color HEX #AD5F10 Golden Brown

📋 copy color: '#AD5F10'

red 173 ◦ green 95 ◦ blue 16

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

Shades of Golden Brown #AD5F10

Tints of Golden Brown #AD5F10

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.45%

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

R = 60.92%
G = 33.45%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD5F10 (or 0xAD5F10) is known color: Golden Brown. HEX triplet: AD, 5F and 10. RGB value is (173,95,16). Sum of RGB (Red+Green+Blue) = 173+95+16=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5F10 is #52A0EF. Grayscale: #6D6D6D. Windows color (decimal): -5415152 or 1073069. OLE color: 1073069.

HSL color Cylindrical-coordinate representation of color #AD5F10: hue angle of 30.19º 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 #AD5F10 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 95 16 -
CMYK 0 0.45 0.91 0.32
HSL 30.19º 0.83% 0.37% -
HSV(B) 30.19º 0.91% 0.68% -
XYZ 21.42 17.11 2.66 -
YUV 109.32 75.34 173.42 -
System Red Green Blue C M Y K H S L
Decimal 173 95 16 0 0.45 0.91 0.32 30.19 0.83 0.37
Hex AD 5F 10 0 2D 5B 20 1E 53 25
Octal 255 137 20 0 55 133 40 36 123 45
Binary 10101101 1011111 10000 0 101101 1011011 100000 11110 1010011 100101

Color Harmonies of #AD5F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F10

Black with #AD5F10

Text Example


Text Example

White with #AD5F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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