Html Css Color HEX #AD5D0E Golden Brown

📋 copy color: '#AD5D0E'

red 173 ◦ green 93 ◦ blue 14

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

Shades of Golden Brown #AD5D0E

Tints of Golden Brown #AD5D0E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.21%

 BLUE value IS 14 (5.86% from 255) = 5%

R = 61.79%
G = 33.21%
B = 5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD5D0E (or 0xAD5D0E) is known color: Golden Brown. HEX triplet: AD, 5D and 0E. RGB value is (173,93,14). Sum of RGB (Red+Green+Blue) = 173+93+14=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5D0E is #52A2F1. Grayscale: #6C6C6C. Windows color (decimal): -5415666 or 941485. OLE color: 941485.

HSL color Cylindrical-coordinate representation of color #AD5D0E: hue angle of 29.81º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD5D0E is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 93 14 -
CMYK 0 0.46 0.92 0.32
HSL 29.81º 0.85% 0.37% -
HSV(B) 29.81º 0.92% 0.68% -
XYZ 21.23 16.74 2.53 -
YUV 107.91 75 174.42 -
System Red Green Blue C M Y K H S L
Decimal 173 93 14 0 0.46 0.92 0.32 29.81 0.85 0.37
Hex AD 5D E 0 2E 5C 20 1E 55 25
Octal 255 135 16 0 56 134 40 36 125 45
Binary 10101101 1011101 1110 0 101110 1011100 100000 11110 1010101 100101

Color Harmonies of #AD5D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5D0E

Black with #AD5D0E

Text Example


Text Example

White with #AD5D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5D0E; }

 p { color: rgb(173,93,14); }

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

background-color css

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

 a { background-color: rgb(173,93,14); }

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

border-color css

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

 span { border-color: rgb(173,93,14); }

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