Html Css Color HEX #AD5B00 Golden Brown

📋 copy color: '#AD5B00'

red 173 ◦ green 91 ◦ blue 0

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

Shades of Golden Brown #AD5B00

Tints of Golden Brown #AD5B00

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.47%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.53%
G = 34.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AD5B00 (or 0xAD5B00) is known color: Golden Brown. HEX triplet: AD, 5B and 00. RGB value is (173,91,0). Sum of RGB (Red+Green+Blue) = 173+91+0=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 91 (35.94% from 255 or 34.47% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5B00 is #52A4FF. Grayscale: #696969. Windows color (decimal): -5416192 or 23469. OLE color: 23469.

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

Color convert

RGB 173 91 0 -
CMYK 0 0.47 1 0.32
HSL 31.56º 1% 0.34% -
HSV(B) 31.56º 1% 0.68% -
XYZ 20.97 16.37 2.05 -
YUV 105.14 68.67 176.4 -
System Red Green Blue C M Y K H S L
Decimal 173 91 0 0 0.47 1 0.32 31.56 1 0.34
Hex AD 5B 0 0 2F 64 20 20 64 22
Octal 255 133 0 0 57 144 40 40 144 42
Binary 10101101 1011011 0 0 101111 1100100 100000 100000 1100100 100010

Color Harmonies of #AD5B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5B00

Black with #AD5B00

Text Example


Text Example

White with #AD5B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5B00; }

 p { color: rgb(173,91,0); }

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

background-color css

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

 a { background-color: rgb(173,91,0); }

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

border-color css

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

 span { border-color: rgb(173,91,0); }

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