Html Css Color HEX #AD5C11 Golden Brown

📋 copy color: '#AD5C11'

red 173 ◦ green 92 ◦ blue 17

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

Shades of Golden Brown #AD5C11

Tints of Golden Brown #AD5C11

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.62%

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

R = 61.35%
G = 32.62%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD5C11 (or 0xAD5C11) is known color: Golden Brown. HEX triplet: AD, 5C and 11. RGB value is (173,92,17). Sum of RGB (Red+Green+Blue) = 173+92+17=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5C11 is #52A3EE. Grayscale: #6C6C6C. Windows color (decimal): -5415919 or 1137837. OLE color: 1137837.

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

Color convert

RGB 173 92 17 -
CMYK 0 0.47 0.90 0.32
HSL 28.85º 0.82% 0.37% -
HSV(B) 28.85º 0.9% 0.68% -
XYZ 21.16 16.58 2.62 -
YUV 107.67 76.84 174.6 -
System Red Green Blue C M Y K H S L
Decimal 173 92 17 0 0.47 0.90 0.32 28.85 0.82 0.37
Hex AD 5C 11 0 2F 5A 20 1D 52 25
Octal 255 134 21 0 57 132 40 35 122 45
Binary 10101101 1011100 10001 0 101111 1011010 100000 11101 1010010 100101

Color Harmonies of #AD5C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5C11

Black with #AD5C11

Text Example


Text Example

White with #AD5C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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