Html Css Color HEX #AD6212 Golden Brown

📋 copy color: '#AD6212'

red 173 ◦ green 98 ◦ blue 18

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

Shades of Golden Brown #AD6212

Tints of Golden Brown #AD6212

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.91%

 BLUE value IS 18 (7.42% from 255) = 6.23%

R = 59.86%
G = 33.91%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD6212 (or 0xAD6212) is known color: Golden Brown. HEX triplet: AD, 62 and 12. RGB value is (173,98,18). Sum of RGB (Red+Green+Blue) = 173+98+18=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6212 is #529DED. Grayscale: #6F6F6F. Windows color (decimal): -5414382 or 1204909. OLE color: 1204909.

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

Color convert

RGB 173 98 18 -
CMYK 0 0.43 0.90 0.32
HSL 30.97º 0.81% 0.37% -
HSV(B) 30.97º 0.9% 0.68% -
XYZ 21.71 17.66 2.84 -
YUV 111.31 75.35 172 -
System Red Green Blue C M Y K H S L
Decimal 173 98 18 0 0.43 0.90 0.32 30.97 0.81 0.37
Hex AD 62 12 0 2B 5A 20 1F 51 25
Octal 255 142 22 0 53 132 40 37 121 45
Binary 10101101 1100010 10010 0 101011 1011010 100000 11111 1010001 100101

Color Harmonies of #AD6212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6212

Black with #AD6212

Text Example


Text Example

White with #AD6212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6212; }

 p { color: rgb(173,98,18); }

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

background-color css

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

 a { background-color: rgb(173,98,18); }

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

border-color css

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

 span { border-color: rgb(173,98,18); }

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