Html Css Color HEX #AD5B13 Golden Brown

📋 copy color: '#AD5B13'

red 173 ◦ green 91 ◦ blue 19

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

Shades of Golden Brown #AD5B13

Tints of Golden Brown #AD5B13

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.16%

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

R = 61.13%
G = 32.16%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD5B13 (or 0xAD5B13) is known color: Golden Brown. HEX triplet: AD, 5B and 13. RGB value is (173,91,19). Sum of RGB (Red+Green+Blue) = 173+91+19=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5B13 is #52A4EC. Grayscale: #6B6B6B. Windows color (decimal): -5416173 or 1268653. OLE color: 1268653.

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

Color convert

RGB 173 91 19 -
CMYK 0 0.47 0.89 0.32
HSL 28.05º 0.8% 0.38% -
HSV(B) 28.05º 0.89% 0.68% -
XYZ 21.09 16.41 2.67 -
YUV 107.31 78.17 174.85 -
System Red Green Blue C M Y K H S L
Decimal 173 91 19 0 0.47 0.89 0.32 28.05 0.8 0.38
Hex AD 5B 13 0 2F 59 20 1C 50 26
Octal 255 133 23 0 57 131 40 34 120 46
Binary 10101101 1011011 10011 0 101111 1011001 100000 11100 1010000 100110

Color Harmonies of #AD5B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5B13

Black with #AD5B13

Text Example


Text Example

White with #AD5B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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