Html Css Color HEX #AD7314 Golden Brown

📋 copy color: '#AD7314'

red 173 ◦ green 115 ◦ blue 20

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

Shades of Golden Brown #AD7314

Tints of Golden Brown #AD7314

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.34%

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

R = 56.17%
G = 37.34%
B = 6.49%

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

#AD7314 (or 0xAD7314) is known color: Golden Brown. HEX triplet: AD, 73 and 14. RGB value is (173,115,20). Sum of RGB (Red+Green+Blue) = 173+115+20=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7314 is #528CEB. Grayscale: #797979. Windows color (decimal): -5410028 or 1340333. OLE color: 1340333.

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

Color convert

RGB 173 115 20 -
CMYK 0 0.34 0.88 0.32
HSL 37.25º 0.79% 0.38% -
HSV(B) 37.25º 0.88% 0.68% -
XYZ 23.49 21.2 3.52 -
YUV 121.51 70.72 164.72 -
System Red Green Blue C M Y K H S L
Decimal 173 115 20 0 0.34 0.88 0.32 37.25 0.79 0.38
Hex AD 73 14 0 22 58 20 25 4F 26
Octal 255 163 24 0 42 130 40 45 117 46
Binary 10101101 1110011 10100 0 100010 1011000 100000 100101 1001111 100110

Color Harmonies of #AD7314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7314

Black with #AD7314

Text Example


Text Example

White with #AD7314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7314; }

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

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

background-color css

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

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

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

border-color css

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

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

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