Html Css Color HEX #AD6314 Golden Brown

📋 copy color: '#AD6314'

red 173 ◦ green 99 ◦ blue 20

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

Shades of Golden Brown #AD6314

Tints of Golden Brown #AD6314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.9%

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

R = 59.25%
G = 33.9%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD6314 (or 0xAD6314) is known color: Golden Brown. HEX triplet: AD, 63 and 14. RGB value is (173,99,20). Sum of RGB (Red+Green+Blue) = 173+99+20=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6314 is #529CEB. Grayscale: #707070. Windows color (decimal): -5414124 or 1336237. OLE color: 1336237.

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

Color convert

RGB 173 99 20 -
CMYK 0 0.43 0.88 0.32
HSL 30.98º 0.79% 0.38% -
HSV(B) 30.98º 0.88% 0.68% -
XYZ 21.82 17.86 2.96 -
YUV 112.12 76.02 171.42 -
System Red Green Blue C M Y K H S L
Decimal 173 99 20 0 0.43 0.88 0.32 30.98 0.79 0.38
Hex AD 63 14 0 2B 58 20 1F 4F 26
Octal 255 143 24 0 53 130 40 37 117 46
Binary 10101101 1100011 10100 0 101011 1011000 100000 11111 1001111 100110

Color Harmonies of #AD6314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6314

Black with #AD6314

Text Example


Text Example

White with #AD6314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6314; }

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

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

background-color css

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

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

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

border-color css

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

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

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