Html Css Color HEX #AD5F14 Golden Brown

📋 copy color: '#AD5F14'

red 173 ◦ green 95 ◦ blue 20

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

Shades of Golden Brown #AD5F14

Tints of Golden Brown #AD5F14

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.99%

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

R = 60.07%
G = 32.99%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD5F14 (or 0xAD5F14) is known color: Golden Brown. HEX triplet: AD, 5F and 14. RGB value is (173,95,20). Sum of RGB (Red+Green+Blue) = 173+95+20=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5F14 is #52A0EB. Grayscale: #6E6E6E. Windows color (decimal): -5415148 or 1335213. OLE color: 1335213.

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

Color convert

RGB 173 95 20 -
CMYK 0 0.45 0.88 0.32
HSL 29.41º 0.79% 0.38% -
HSV(B) 29.41º 0.88% 0.68% -
XYZ 21.45 17.12 2.84 -
YUV 109.77 77.34 173.1 -
System Red Green Blue C M Y K H S L
Decimal 173 95 20 0 0.45 0.88 0.32 29.41 0.79 0.38
Hex AD 5F 14 0 2D 58 20 1D 4F 26
Octal 255 137 24 0 55 130 40 35 117 46
Binary 10101101 1011111 10100 0 101101 1011000 100000 11101 1001111 100110

Color Harmonies of #AD5F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F14

Black with #AD5F14

Text Example


Text Example

White with #AD5F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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