Html Css Color HEX #AD6108 Golden Brown

📋 copy color: '#AD6108'

red 173 ◦ green 97 ◦ blue 8

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

Shades of Golden Brown #AD6108

Tints of Golden Brown #AD6108

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.89%

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

R = 62.23%
G = 34.89%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD6108 (or 0xAD6108) is known color: Golden Brown. HEX triplet: AD, 61 and 08. RGB value is (173,97,8). Sum of RGB (Red+Green+Blue) = 173+97+8=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 8 (3.52% from 255 or 2.88% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6108 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6108 is #529EF7. Grayscale: #6E6E6E. Windows color (decimal): -5414648 or 549293. OLE color: 549293.

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

Color convert

RGB 173 97 8 -
CMYK 0 0.44 0.95 0.32
HSL 32.36º 0.91% 0.35% -
HSV(B) 32.36º 0.95% 0.68% -
XYZ 21.55 17.45 2.46 -
YUV 109.58 70.68 173.24 -
System Red Green Blue C M Y K H S L
Decimal 173 97 8 0 0.44 0.95 0.32 32.36 0.91 0.35
Hex AD 61 8 0 2C 5F 20 20 5B 23
Octal 255 141 10 0 54 137 40 40 133 43
Binary 10101101 1100001 1000 0 101100 1011111 100000 100000 1011011 100011

Color Harmonies of #AD6108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6108

Black with #AD6108

Text Example


Text Example

White with #AD6108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6108; }

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

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

background-color css

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

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

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

border-color css

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

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

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