Html Css Color HEX #AD5905 Golden Brown

📋 copy color: '#AD5905'

red 173 ◦ green 89 ◦ blue 5

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

Shades of Golden Brown #AD5905

Tints of Golden Brown #AD5905

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.33%

 BLUE value IS 5 (2.34% from 255) = 1.87%

R = 64.79%
G = 33.33%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD5905 (or 0xAD5905) is known color: Golden Brown. HEX triplet: AD, 59 and 05. RGB value is (173,89,5). Sum of RGB (Red+Green+Blue) = 173+89+5=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5905 is #52A6FA. Grayscale: #686868. Windows color (decimal): -5416699 or 350637. OLE color: 350637.

HSL color Cylindrical-coordinate representation of color #AD5905: hue angle of 30º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD5905 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 89 5 -
CMYK 0 0.49 0.97 0.32
HSL 30º 0.94% 0.35% -
HSV(B) 30º 0.97% 0.68% -
XYZ 20.83 16.04 2.14 -
YUV 104.54 71.83 176.83 -
System Red Green Blue C M Y K H S L
Decimal 173 89 5 0 0.49 0.97 0.32 30 0.94 0.35
Hex AD 59 5 0 31 61 20 1E 5E 23
Octal 255 131 5 0 61 141 40 36 136 43
Binary 10101101 1011001 101 0 110001 1100001 100000 11110 1011110 100011

Color Harmonies of #AD5905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5905

Black with #AD5905

Text Example


Text Example

White with #AD5905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5905; }

 p { color: rgb(173,89,5); }

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

background-color css

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

 a { background-color: rgb(173,89,5); }

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

border-color css

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

 span { border-color: rgb(173,89,5); }

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