Html Css Color HEX #AD6B17 Golden Brown

📋 copy color: '#AD6B17'

red 173 ◦ green 107 ◦ blue 23

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

Shades of Golden Brown #AD6B17

Tints of Golden Brown #AD6B17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.59%

R = 57.1%
G = 35.31%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD6B17 (or 0xAD6B17) is known color: Golden Brown. HEX triplet: AD, 6B and 17. RGB value is (173,107,23). Sum of RGB (Red+Green+Blue) = 173+107+23=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6B17 is #5294E8. Grayscale: #757575. Windows color (decimal): -5412073 or 1534893. OLE color: 1534893.

HSL color Cylindrical-coordinate representation of color #AD6B17: hue angle of 33.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD6B17 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 107 23 -
CMYK 0 0.38 0.87 0.32
HSL 33.6º 0.77% 0.38% -
HSV(B) 33.6º 0.87% 0.68% -
XYZ 22.65 19.46 3.37 -
YUV 117.16 74.87 167.83 -
System Red Green Blue C M Y K H S L
Decimal 173 107 23 0 0.38 0.87 0.32 33.6 0.77 0.38
Hex AD 6B 17 0 26 57 20 22 4D 26
Octal 255 153 27 0 46 127 40 42 115 46
Binary 10101101 1101011 10111 0 100110 1010111 100000 100010 1001101 100110

Color Harmonies of #AD6B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6B17

Black with #AD6B17

Text Example


Text Example

White with #AD6B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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