Html Css Color HEX #AD5F11 Golden Brown

📋 copy color: '#AD5F11'

red 173 ◦ green 95 ◦ blue 17

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

Shades of Golden Brown #AD5F11

Tints of Golden Brown #AD5F11

RGB

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

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

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

R = 60.7%
G = 33.33%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD5F11 (or 0xAD5F11) is known color: Golden Brown. HEX triplet: AD, 5F and 11. RGB value is (173,95,17). Sum of RGB (Red+Green+Blue) = 173+95+17=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5F11 is #52A0EE. Grayscale: #6D6D6D. Windows color (decimal): -5415151 or 1138605. OLE color: 1138605.

HSL color Cylindrical-coordinate representation of color #AD5F11: hue angle of 30º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD5F11 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 95 17 -
CMYK 0 0.45 0.90 0.32
HSL 30º 0.82% 0.37% -
HSV(B) 30º 0.9% 0.68% -
XYZ 21.43 17.11 2.7 -
YUV 109.43 75.84 173.34 -
System Red Green Blue C M Y K H S L
Decimal 173 95 17 0 0.45 0.90 0.32 30 0.82 0.37
Hex AD 5F 11 0 2D 5A 20 1E 52 25
Octal 255 137 21 0 55 132 40 36 122 45
Binary 10101101 1011111 10001 0 101101 1011010 100000 11110 1010010 100101

Color Harmonies of #AD5F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F11

Black with #AD5F11

Text Example


Text Example

White with #AD5F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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