Html Css Color HEX #AD6818 Golden Brown

📋 copy color: '#AD6818'

red 173 ◦ green 104 ◦ blue 24

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

Shades of Golden Brown #AD6818

Tints of Golden Brown #AD6818

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.55%

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

R = 57.48%
G = 34.55%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD6818 (or 0xAD6818) is known color: Golden Brown. HEX triplet: AD, 68 and 18. RGB value is (173,104,24). Sum of RGB (Red+Green+Blue) = 173+104+24=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6818 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6818 is #5297E7. Grayscale: #737373. Windows color (decimal): -5412840 or 1599661. OLE color: 1599661.

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

Color convert

RGB 173 104 24 -
CMYK 0 0.40 0.86 0.32
HSL 32.21º 0.76% 0.39% -
HSV(B) 32.21º 0.86% 0.68% -
XYZ 22.35 18.85 3.32 -
YUV 115.51 76.36 169 -
System Red Green Blue C M Y K H S L
Decimal 173 104 24 0 0.40 0.86 0.32 32.21 0.76 0.39
Hex AD 68 18 0 28 56 20 20 4C 27
Octal 255 150 30 0 50 126 40 40 114 47
Binary 10101101 1101000 11000 0 101000 1010110 100000 100000 1001100 100111

Color Harmonies of #AD6818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6818

Black with #AD6818

Text Example


Text Example

White with #AD6818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6818; }

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

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

background-color css

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

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

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

border-color css

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

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

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