Html Css Color HEX #AD5F18 Golden Brown

📋 copy color: '#AD5F18'

red 173 ◦ green 95 ◦ blue 24

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

Shades of Golden Brown #AD5F18

Tints of Golden Brown #AD5F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.22%

R = 59.25%
G = 32.53%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD5F18 (or 0xAD5F18) is known color: Golden Brown. HEX triplet: AD, 5F and 18. RGB value is (173,95,24). Sum of RGB (Red+Green+Blue) = 173+95+24=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5F18 is #52A0E7. Grayscale: #6E6E6E. Windows color (decimal): -5415144 or 1597357. OLE color: 1597357.

HSL color Cylindrical-coordinate representation of color #AD5F18: hue angle of 28.59º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD5F18 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 95 24 -
CMYK 0 0.45 0.86 0.32
HSL 28.59º 0.76% 0.39% -
HSV(B) 28.59º 0.86% 0.68% -
XYZ 21.49 17.13 3.04 -
YUV 110.23 79.34 172.77 -
System Red Green Blue C M Y K H S L
Decimal 173 95 24 0 0.45 0.86 0.32 28.59 0.76 0.39
Hex AD 5F 18 0 2D 56 20 1D 4C 27
Octal 255 137 30 0 55 126 40 35 114 47
Binary 10101101 1011111 11000 0 101101 1010110 100000 11101 1001100 100111

Color Harmonies of #AD5F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F18

Black with #AD5F18

Text Example


Text Example

White with #AD5F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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