Html Css Color HEX #AD6F09 Golden Brown

📋 copy color: '#AD6F09'

red 173 ◦ green 111 ◦ blue 9

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

Shades of Golden Brown #AD6F09

Tints of Golden Brown #AD6F09

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.88%

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

R = 59.04%
G = 37.88%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD6F09 (or 0xAD6F09) is known color: Golden Brown. HEX triplet: AD, 6F and 09. RGB value is (173,111,9). Sum of RGB (Red+Green+Blue) = 173+111+9=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6F09 is #5290F6. Grayscale: #767676. Windows color (decimal): -5411063 or 618413. OLE color: 618413.

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

Color convert

RGB 173 111 9 -
CMYK 0 0.36 0.95 0.32
HSL 37.32º 0.9% 0.36% -
HSV(B) 37.32º 0.95% 0.68% -
XYZ 22.97 20.27 2.96 -
YUV 117.91 66.54 167.29 -
System Red Green Blue C M Y K H S L
Decimal 173 111 9 0 0.36 0.95 0.32 37.32 0.9 0.36
Hex AD 6F 9 0 24 5F 20 25 5A 24
Octal 255 157 11 0 44 137 40 45 132 44
Binary 10101101 1101111 1001 0 100100 1011111 100000 100101 1011010 100100

Color Harmonies of #AD6F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6F09

Black with #AD6F09

Text Example


Text Example

White with #AD6F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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