Html Css Color HEX #AD7114 Golden Brown

📋 copy color: '#AD7114'

red 173 ◦ green 113 ◦ blue 20

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

Shades of Golden Brown #AD7114

Tints of Golden Brown #AD7114

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.93%

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

R = 56.54%
G = 36.93%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD7114 (or 0xAD7114) is known color: Golden Brown. HEX triplet: AD, 71 and 14. RGB value is (173,113,20). Sum of RGB (Red+Green+Blue) = 173+113+20=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7114 is #528EEB. Grayscale: #787878. Windows color (decimal): -5410540 or 1339821. OLE color: 1339821.

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

Color convert

RGB 173 113 20 -
CMYK 0 0.35 0.88 0.32
HSL 36.47º 0.79% 0.38% -
HSV(B) 36.47º 0.88% 0.68% -
XYZ 23.26 20.75 3.44 -
YUV 120.34 71.38 165.56 -
System Red Green Blue C M Y K H S L
Decimal 173 113 20 0 0.35 0.88 0.32 36.47 0.79 0.38
Hex AD 71 14 0 23 58 20 24 4F 26
Octal 255 161 24 0 43 130 40 44 117 46
Binary 10101101 1110001 10100 0 100011 1011000 100000 100100 1001111 100110

Color Harmonies of #AD7114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7114

Black with #AD7114

Text Example


Text Example

White with #AD7114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7114; }

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

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

background-color css

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

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

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

border-color css

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

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

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