Html Css Color HEX #AD6901 Golden Brown

📋 copy color: '#AD6901'

red 173 ◦ green 105 ◦ blue 1

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

Shades of Golden Brown #AD6901

Tints of Golden Brown #AD6901

RGB

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

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

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

R = 62.01%
G = 37.63%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD6901 (or 0xAD6901) is known color: Golden Brown. HEX triplet: AD, 69 and 01. RGB value is (173,105,1). Sum of RGB (Red+Green+Blue) = 173+105+1=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6901 is #5296FE. Grayscale: #717171. Windows color (decimal): -5412607 or 92589. OLE color: 92589.

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

Color convert

RGB 173 105 1 -
CMYK 0 0.39 0.99 0.32
HSL 36.28º 0.99% 0.34% -
HSV(B) 36.28º 0.99% 0.68% -
XYZ 22.29 18.99 2.52 -
YUV 113.48 64.53 170.46 -
System Red Green Blue C M Y K H S L
Decimal 173 105 1 0 0.39 0.99 0.32 36.28 0.99 0.34
Hex AD 69 1 0 27 63 20 24 63 22
Octal 255 151 1 0 47 143 40 44 143 42
Binary 10101101 1101001 1 0 100111 1100011 100000 100100 1100011 100010

Color Harmonies of #AD6901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6901

Black with #AD6901

Text Example


Text Example

White with #AD6901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6901; }

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

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

background-color css

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

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

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

border-color css

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

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

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