Html Css Color HEX #AD6D0F Golden Brown

📋 copy color: '#AD6D0F'

red 173 ◦ green 109 ◦ blue 15

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

Shades of Golden Brown #AD6D0F

Tints of Golden Brown #AD6D0F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.7%

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

R = 58.25%
G = 36.7%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD6D0F (or 0xAD6D0F) is known color: Golden Brown. HEX triplet: AD, 6D and 0F. RGB value is (173,109,15). Sum of RGB (Red+Green+Blue) = 173+109+15=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6D0F is #5292F0. Grayscale: #757575. Windows color (decimal): -5411569 or 1011117. OLE color: 1011117.

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

Color convert

RGB 173 109 15 -
CMYK 0 0.37 0.91 0.32
HSL 35.7º 0.84% 0.37% -
HSV(B) 35.7º 0.91% 0.68% -
XYZ 22.79 19.86 3.08 -
YUV 117.42 70.2 167.64 -
System Red Green Blue C M Y K H S L
Decimal 173 109 15 0 0.37 0.91 0.32 35.7 0.84 0.37
Hex AD 6D F 0 25 5B 20 24 54 25
Octal 255 155 17 0 45 133 40 44 124 45
Binary 10101101 1101101 1111 0 100101 1011011 100000 100100 1010100 100101

Color Harmonies of #AD6D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6D0F

Black with #AD6D0F

Text Example


Text Example

White with #AD6D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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