Html Css Color HEX #AD5910 Golden Brown

📋 copy color: '#AD5910'

red 173 ◦ green 89 ◦ blue 16

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

Shades of Golden Brown #AD5910

Tints of Golden Brown #AD5910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.76%

R = 62.23%
G = 32.01%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD5910 (or 0xAD5910) is known color: Golden Brown. HEX triplet: AD, 59 and 10. RGB value is (173,89,16). Sum of RGB (Red+Green+Blue) = 173+89+16=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5910 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5910 is #52A6EF. Grayscale: #6A6A6A. Windows color (decimal): -5416688 or 1071533. OLE color: 1071533.

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

Color convert

RGB 173 89 16 -
CMYK 0 0.49 0.91 0.32
HSL 27.9º 0.83% 0.37% -
HSV(B) 27.9º 0.91% 0.68% -
XYZ 20.9 16.07 2.49 -
YUV 105.79 77.33 175.94 -
System Red Green Blue C M Y K H S L
Decimal 173 89 16 0 0.49 0.91 0.32 27.9 0.83 0.37
Hex AD 59 10 0 31 5B 20 1C 53 25
Octal 255 131 20 0 61 133 40 34 123 45
Binary 10101101 1011001 10000 0 110001 1011011 100000 11100 1010011 100101

Color Harmonies of #AD5910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5910

Black with #AD5910

Text Example


Text Example

White with #AD5910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5910; }

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

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

background-color css

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

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

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

border-color css

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

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

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