Html Css Color HEX #AD6B10 Golden Brown

📋 copy color: '#AD6B10'

red 173 ◦ green 107 ◦ blue 16

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

Shades of Golden Brown #AD6B10

Tints of Golden Brown #AD6B10

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.15%

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

R = 58.45%
G = 36.15%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD6B10 (or 0xAD6B10) is known color: Golden Brown. HEX triplet: AD, 6B and 10. RGB value is (173,107,16). Sum of RGB (Red+Green+Blue) = 173+107+16=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6B10 is #5294EF. Grayscale: #747474. Windows color (decimal): -5412080 or 1076141. OLE color: 1076141.

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

Color convert

RGB 173 107 16 -
CMYK 0 0.38 0.91 0.32
HSL 34.78º 0.83% 0.37% -
HSV(B) 34.78º 0.91% 0.68% -
XYZ 22.58 19.44 3.05 -
YUV 116.36 71.37 168.4 -
System Red Green Blue C M Y K H S L
Decimal 173 107 16 0 0.38 0.91 0.32 34.78 0.83 0.37
Hex AD 6B 10 0 26 5B 20 23 53 25
Octal 255 153 20 0 46 133 40 43 123 45
Binary 10101101 1101011 10000 0 100110 1011011 100000 100011 1010011 100101

Color Harmonies of #AD6B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6B10

Black with #AD6B10

Text Example


Text Example

White with #AD6B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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