Html Css Color HEX #AD6908 Golden Brown

📋 copy color: '#AD6908'

red 173 ◦ green 105 ◦ blue 8

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

Shades of Golden Brown #AD6908

Tints of Golden Brown #AD6908

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.71%

 BLUE value IS 8 (3.52% from 255) = 2.8%

R = 60.49%
G = 36.71%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD6908 (or 0xAD6908) is known color: Golden Brown. HEX triplet: AD, 69 and 08. RGB value is (173,105,8). Sum of RGB (Red+Green+Blue) = 173+105+8=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6908 is #5296F7. Grayscale: #727272. Windows color (decimal): -5412600 or 551341. OLE color: 551341.

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

Color convert

RGB 173 105 8 -
CMYK 0 0.39 0.95 0.32
HSL 35.27º 0.91% 0.35% -
HSV(B) 35.27º 0.95% 0.68% -
XYZ 22.33 19 2.72 -
YUV 114.27 68.03 169.89 -
System Red Green Blue C M Y K H S L
Decimal 173 105 8 0 0.39 0.95 0.32 35.27 0.91 0.35
Hex AD 69 8 0 27 5F 20 23 5B 23
Octal 255 151 10 0 47 137 40 43 133 43
Binary 10101101 1101001 1000 0 100111 1011111 100000 100011 1011011 100011

Color Harmonies of #AD6908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6908

Black with #AD6908

Text Example


Text Example

White with #AD6908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6908; }

 p { color: rgb(173,105,8); }

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

background-color css

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

 a { background-color: rgb(173,105,8); }

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

border-color css

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

 span { border-color: rgb(173,105,8); }

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