Html Css Color HEX #AD6C01 Golden Brown

📋 copy color: '#AD6C01'

red 173 ◦ green 108 ◦ blue 1

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

Shades of Golden Brown #AD6C01

Tints of Golden Brown #AD6C01

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.3%

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

R = 61.35%
G = 38.3%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD6C01 (or 0xAD6C01) is known color: Golden Brown. HEX triplet: AD, 6C and 01. RGB value is (173,108,1). Sum of RGB (Red+Green+Blue) = 173+108+1=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6C01 is #5293FE. Grayscale: #737373. Windows color (decimal): -5411839 or 93357. OLE color: 93357.

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

Color convert

RGB 173 108 1 -
CMYK 0 0.38 0.99 0.32
HSL 37.33º 0.99% 0.34% -
HSV(B) 37.33º 0.99% 0.68% -
XYZ 22.6 19.61 2.62 -
YUV 115.24 63.53 169.2 -
System Red Green Blue C M Y K H S L
Decimal 173 108 1 0 0.38 0.99 0.32 37.33 0.99 0.34
Hex AD 6C 1 0 26 63 20 25 63 22
Octal 255 154 1 0 46 143 40 45 143 42
Binary 10101101 1101100 1 0 100110 1100011 100000 100101 1100011 100010

Color Harmonies of #AD6C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6C01

Black with #AD6C01

Text Example


Text Example

White with #AD6C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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