Html Css Color HEX #AD6913 Golden Brown

📋 copy color: '#AD6913'

red 173 ◦ green 105 ◦ blue 19

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

Shades of Golden Brown #AD6913

Tints of Golden Brown #AD6913

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.35%

 BLUE value IS 19 (7.81% from 255) = 6.4%

R = 58.25%
G = 35.35%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD6913 (or 0xAD6913) is known color: Golden Brown. HEX triplet: AD, 69 and 13. RGB value is (173,105,19). Sum of RGB (Red+Green+Blue) = 173+105+19=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6913 is #5296EC. Grayscale: #737373. Windows color (decimal): -5412589 or 1272237. OLE color: 1272237.

HSL color Cylindrical-coordinate representation of color #AD6913: hue angle of 33.51º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD6913 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 105 19 -
CMYK 0 0.39 0.89 0.32
HSL 33.51º 0.8% 0.38% -
HSV(B) 33.51º 0.89% 0.68% -
XYZ 22.4 19.03 3.11 -
YUV 115.53 73.53 168.99 -
System Red Green Blue C M Y K H S L
Decimal 173 105 19 0 0.39 0.89 0.32 33.51 0.8 0.38
Hex AD 69 13 0 27 59 20 22 50 26
Octal 255 151 23 0 47 131 40 42 120 46
Binary 10101101 1101001 10011 0 100111 1011001 100000 100010 1010000 100110

Color Harmonies of #AD6913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6913

Black with #AD6913

Text Example


Text Example

White with #AD6913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6913; }

 p { color: rgb(173,105,19); }

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

background-color css

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

 a { background-color: rgb(173,105,19); }

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

border-color css

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

 span { border-color: rgb(173,105,19); }

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