Html Css Color HEX #AD5C01 Golden Brown

📋 copy color: '#AD5C01'

red 173 ◦ green 92 ◦ blue 1

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

Shades of Golden Brown #AD5C01

Tints of Golden Brown #AD5C01

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.59%

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

R = 65.04%
G = 34.59%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD5C01 (or 0xAD5C01) is known color: Golden Brown. HEX triplet: AD, 5C and 01. RGB value is (173,92,1). Sum of RGB (Red+Green+Blue) = 173+92+1=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5C01 is #52A3FE. Grayscale: #6A6A6A. Windows color (decimal): -5415935 or 89261. OLE color: 89261.

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

Color convert

RGB 173 92 1 -
CMYK 0 0.47 0.99 0.32
HSL 31.74º 0.99% 0.34% -
HSV(B) 31.74º 0.99% 0.68% -
XYZ 21.07 16.54 2.11 -
YUV 105.85 68.84 175.9 -
System Red Green Blue C M Y K H S L
Decimal 173 92 1 0 0.47 0.99 0.32 31.74 0.99 0.34
Hex AD 5C 1 0 2F 63 20 20 63 22
Octal 255 134 1 0 57 143 40 40 143 42
Binary 10101101 1011100 1 0 101111 1100011 100000 100000 1100011 100010

Color Harmonies of #AD5C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5C01

Black with #AD5C01

Text Example


Text Example

White with #AD5C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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