Html Css Color HEX #AD6B0F Golden Brown

📋 copy color: '#AD6B0F'

red 173 ◦ green 107 ◦ blue 15

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

Shades of Golden Brown #AD6B0F

Tints of Golden Brown #AD6B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.08%

R = 58.64%
G = 36.27%
B = 5.08%

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

#AD6B0F (or 0xAD6B0F) is known color: Golden Brown. HEX triplet: AD, 6B and 0F. RGB value is (173,107,15). Sum of RGB (Red+Green+Blue) = 173+107+15=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6B0F is #5294F0. Grayscale: #747474. Windows color (decimal): -5412081 or 1010605. OLE color: 1010605.

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

Color convert

RGB 173 107 15 -
CMYK 0 0.38 0.91 0.32
HSL 34.94º 0.84% 0.37% -
HSV(B) 34.94º 0.91% 0.68% -
XYZ 22.58 19.43 3.01 -
YUV 116.25 70.87 168.48 -
System Red Green Blue C M Y K H S L
Decimal 173 107 15 0 0.38 0.91 0.32 34.94 0.84 0.37
Hex AD 6B F 0 26 5B 20 23 54 25
Octal 255 153 17 0 46 133 40 43 124 45
Binary 10101101 1101011 1111 0 100110 1011011 100000 100011 1010100 100101

Color Harmonies of #AD6B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6B0F

Black with #AD6B0F

Text Example


Text Example

White with #AD6B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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