Html Css Color HEX #AD6110 Golden Brown

📋 copy color: '#AD6110'

red 173 ◦ green 97 ◦ blue 16

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

Shades of Golden Brown #AD6110

Tints of Golden Brown #AD6110

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.92%

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

R = 60.49%
G = 33.92%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD6110 (or 0xAD6110) is known color: Golden Brown. HEX triplet: AD, 61 and 10. RGB value is (173,97,16). Sum of RGB (Red+Green+Blue) = 173+97+16=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6110 is #529EEF. Grayscale: #6E6E6E. Windows color (decimal): -5414640 or 1073581. OLE color: 1073581.

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

Color convert

RGB 173 97 16 -
CMYK 0 0.44 0.91 0.32
HSL 30.96º 0.83% 0.37% -
HSV(B) 30.96º 0.91% 0.68% -
XYZ 21.6 17.47 2.72 -
YUV 110.49 74.68 172.59 -
System Red Green Blue C M Y K H S L
Decimal 173 97 16 0 0.44 0.91 0.32 30.96 0.83 0.37
Hex AD 61 10 0 2C 5B 20 1F 53 25
Octal 255 141 20 0 54 133 40 37 123 45
Binary 10101101 1100001 10000 0 101100 1011011 100000 11111 1010011 100101

Color Harmonies of #AD6110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6110

Black with #AD6110

Text Example


Text Example

White with #AD6110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6110; }

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

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

background-color css

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

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

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

border-color css

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

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

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