Html Css Color HEX #AD6701 Golden Brown

📋 copy color: '#AD6701'

red 173 ◦ green 103 ◦ blue 1

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

Shades of Golden Brown #AD6701

Tints of Golden Brown #AD6701

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.18%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 62.45%
G = 37.18%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD6701 (or 0xAD6701) is known color: Golden Brown. HEX triplet: AD, 67 and 01. RGB value is (173,103,1). Sum of RGB (Red+Green+Blue) = 173+103+1=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6701 is #5298FE. Grayscale: #707070. Windows color (decimal): -5413119 or 92077. OLE color: 92077.

HSL color Cylindrical-coordinate representation of color #AD6701: hue angle of 35.58º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD6701 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 103 1 -
CMYK 0 0.40 0.99 0.32
HSL 35.58º 0.99% 0.34% -
HSV(B) 35.58º 0.99% 0.68% -
XYZ 22.09 18.59 2.45 -
YUV 112.3 65.19 171.29 -
System Red Green Blue C M Y K H S L
Decimal 173 103 1 0 0.40 0.99 0.32 35.58 0.99 0.34
Hex AD 67 1 0 28 63 20 24 63 22
Octal 255 147 1 0 50 143 40 44 143 42
Binary 10101101 1100111 1 0 101000 1100011 100000 100100 1100011 100010

Color Harmonies of #AD6701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6701

Black with #AD6701

Text Example


Text Example

White with #AD6701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6701; }

 p { color: rgb(173,103,1); }

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

background-color css

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

 a { background-color: rgb(173,103,1); }

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

border-color css

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

 span { border-color: rgb(173,103,1); }

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