Html Css Color HEX #AD6018 Golden Brown

📋 copy color: '#AD6018'

red 173 ◦ green 96 ◦ blue 24

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

Shades of Golden Brown #AD6018

Tints of Golden Brown #AD6018

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.76%

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

R = 59.04%
G = 32.76%
B = 8.19%

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

#AD6018 (or 0xAD6018) is known color: Golden Brown. HEX triplet: AD, 60 and 18. RGB value is (173,96,24). Sum of RGB (Red+Green+Blue) = 173+96+24=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6018 is #529FE7. Grayscale: #6F6F6F. Windows color (decimal): -5414888 or 1597613. OLE color: 1597613.

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

Color convert

RGB 173 96 24 -
CMYK 0 0.45 0.86 0.32
HSL 28.99º 0.76% 0.39% -
HSV(B) 28.99º 0.86% 0.68% -
XYZ 21.58 17.32 3.07 -
YUV 110.82 79.01 172.35 -
System Red Green Blue C M Y K H S L
Decimal 173 96 24 0 0.45 0.86 0.32 28.99 0.76 0.39
Hex AD 60 18 0 2D 56 20 1D 4C 27
Octal 255 140 30 0 55 126 40 35 114 47
Binary 10101101 1100000 11000 0 101101 1010110 100000 11101 1001100 100111

Color Harmonies of #AD6018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6018

Black with #AD6018

Text Example


Text Example

White with #AD6018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6018; }

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

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

background-color css

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

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

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

border-color css

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

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

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