Html Css Color HEX #AD7214 Golden Brown

📋 copy color: '#AD7214'

red 173 ◦ green 114 ◦ blue 20

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

Shades of Golden Brown #AD7214

Tints of Golden Brown #AD7214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.13%

 BLUE value IS 20 (8.2% from 255) = 6.51%

R = 56.35%
G = 37.13%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD7214 (or 0xAD7214) is known color: Golden Brown. HEX triplet: AD, 72 and 14. RGB value is (173,114,20). Sum of RGB (Red+Green+Blue) = 173+114+20=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7214 is #528DEB. Grayscale: #797979. Windows color (decimal): -5410284 or 1340077. OLE color: 1340077.

HSL color Cylindrical-coordinate representation of color #AD7214: hue angle of 36.86º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD7214 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 114 20 -
CMYK 0 0.34 0.88 0.32
HSL 36.86º 0.79% 0.38% -
HSV(B) 36.86º 0.88% 0.68% -
XYZ 23.38 20.97 3.48 -
YUV 120.93 71.05 165.14 -
System Red Green Blue C M Y K H S L
Decimal 173 114 20 0 0.34 0.88 0.32 36.86 0.79 0.38
Hex AD 72 14 0 22 58 20 25 4F 26
Octal 255 162 24 0 42 130 40 45 117 46
Binary 10101101 1110010 10100 0 100010 1011000 100000 100101 1001111 100110

Color Harmonies of #AD7214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7214

Black with #AD7214

Text Example


Text Example

White with #AD7214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7214; }

 p { color: rgb(173,114,20); }

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

background-color css

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

 a { background-color: rgb(173,114,20); }

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

border-color css

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

 span { border-color: rgb(173,114,20); }

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