Html Css Color HEX #AD5A0B Golden Brown

📋 copy color: '#AD5A0B'

red 173 ◦ green 90 ◦ blue 11

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

Shades of Golden Brown #AD5A0B

Tints of Golden Brown #AD5A0B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.85%

 BLUE value IS 11 (4.69% from 255) = 4.01%

R = 63.14%
G = 32.85%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD5A0B (or 0xAD5A0B) is known color: Golden Brown. HEX triplet: AD, 5A and 0B. RGB value is (173,90,11). Sum of RGB (Red+Green+Blue) = 173+90+11=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5A0B is #52A5F4. Grayscale: #6A6A6A. Windows color (decimal): -5416437 or 744109. OLE color: 744109.

HSL color Cylindrical-coordinate representation of color #AD5A0B: hue angle of 29.26º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD5A0B is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 90 11 -
CMYK 0 0.48 0.94 0.32
HSL 29.26º 0.88% 0.36% -
HSV(B) 29.26º 0.94% 0.68% -
XYZ 20.95 16.22 2.34 -
YUV 105.81 74.5 175.92 -
System Red Green Blue C M Y K H S L
Decimal 173 90 11 0 0.48 0.94 0.32 29.26 0.88 0.36
Hex AD 5A B 0 30 5E 20 1D 58 24
Octal 255 132 13 0 60 136 40 35 130 44
Binary 10101101 1011010 1011 0 110000 1011110 100000 11101 1011000 100100

Color Harmonies of #AD5A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A0B

Black with #AD5A0B

Text Example


Text Example

White with #AD5A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A0B; }

 p { color: rgb(173,90,11); }

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

background-color css

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

 a { background-color: rgb(173,90,11); }

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

border-color css

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

 span { border-color: rgb(173,90,11); }

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