Html Css Color HEX #AD5805 Golden Brown

📋 copy color: '#AD5805'

red 173 ◦ green 88 ◦ blue 5

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

Shades of Golden Brown #AD5805

Tints of Golden Brown #AD5805

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.08%

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

R = 65.04%
G = 33.08%
B = 1.88%

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

#AD5805 (or 0xAD5805) is known color: Golden Brown. HEX triplet: AD, 58 and 05. RGB value is (173,88,5). Sum of RGB (Red+Green+Blue) = 173+88+5=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5805 is #52A7FA. Grayscale: #686868. Windows color (decimal): -5416955 or 350381. OLE color: 350381.

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

Color convert

RGB 173 88 5 -
CMYK 0 0.49 0.97 0.32
HSL 29.64º 0.94% 0.35% -
HSV(B) 29.64º 0.97% 0.68% -
XYZ 20.75 15.87 2.11 -
YUV 103.95 72.16 177.25 -
System Red Green Blue C M Y K H S L
Decimal 173 88 5 0 0.49 0.97 0.32 29.64 0.94 0.35
Hex AD 58 5 0 31 61 20 1E 5E 23
Octal 255 130 5 0 61 141 40 36 136 43
Binary 10101101 1011000 101 0 110001 1100001 100000 11110 1011110 100011

Color Harmonies of #AD5805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5805

Black with #AD5805

Text Example


Text Example

White with #AD5805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5805; }

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

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

background-color css

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

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

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

border-color css

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

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

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