Html Css Color HEX #AD6207 Golden Brown

📋 copy color: '#AD6207'

red 173 ◦ green 98 ◦ blue 7

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

Shades of Golden Brown #AD6207

Tints of Golden Brown #AD6207

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.25%

 BLUE value IS 7 (3.13% from 255) = 2.52%

R = 62.23%
G = 35.25%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AD6207 (or 0xAD6207) is known color: Golden Brown. HEX triplet: AD, 62 and 07. RGB value is (173,98,7). Sum of RGB (Red+Green+Blue) = 173+98+7=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6207 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6207 is #529DF8. Grayscale: #6E6E6E. Windows color (decimal): -5414393 or 484013. OLE color: 484013.

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

Color convert

RGB 173 98 7 -
CMYK 0 0.43 0.96 0.32
HSL 32.89º 0.92% 0.35% -
HSV(B) 32.89º 0.96% 0.68% -
XYZ 21.64 17.63 2.46 -
YUV 110.05 69.85 172.9 -
System Red Green Blue C M Y K H S L
Decimal 173 98 7 0 0.43 0.96 0.32 32.89 0.92 0.35
Hex AD 62 7 0 2B 60 20 21 5C 23
Octal 255 142 7 0 53 140 40 41 134 43
Binary 10101101 1100010 111 0 101011 1100000 100000 100001 1011100 100011

Color Harmonies of #AD6207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6207

Black with #AD6207

Text Example


Text Example

White with #AD6207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6207; }

 p { color: rgb(173,98,7); }

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

background-color css

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

 a { background-color: rgb(173,98,7); }

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

border-color css

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

 span { border-color: rgb(173,98,7); }

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