Html Css Color HEX #AD6D09 Golden Brown

📋 copy color: '#AD6D09'

red 173 ◦ green 109 ◦ blue 9

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

Shades of Golden Brown #AD6D09

Tints of Golden Brown #AD6D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.09%

R = 59.45%
G = 37.46%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD6D09 (or 0xAD6D09) is known color: Golden Brown. HEX triplet: AD, 6D and 09. RGB value is (173,109,9). Sum of RGB (Red+Green+Blue) = 173+109+9=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 9 (3.91% from 255 or 3.09% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6D09 is #5292F6. Grayscale: #757575. Windows color (decimal): -5411575 or 617901. OLE color: 617901.

HSL color Cylindrical-coordinate representation of color #AD6D09: hue angle of 36.59º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD6D09 is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 109 9 -
CMYK 0 0.37 0.95 0.32
HSL 36.59º 0.9% 0.36% -
HSV(B) 36.59º 0.95% 0.68% -
XYZ 22.75 19.84 2.89 -
YUV 116.74 67.2 168.13 -
System Red Green Blue C M Y K H S L
Decimal 173 109 9 0 0.37 0.95 0.32 36.59 0.9 0.36
Hex AD 6D 9 0 25 5F 20 25 5A 24
Octal 255 155 11 0 45 137 40 45 132 44
Binary 10101101 1101101 1001 0 100101 1011111 100000 100101 1011010 100100

Color Harmonies of #AD6D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6D09

Black with #AD6D09

Text Example


Text Example

White with #AD6D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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