Html Css Color HEX #AD600B Golden Brown

📋 copy color: '#AD600B'

red 173 ◦ green 96 ◦ blue 11

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

Shades of Golden Brown #AD600B

Tints of Golden Brown #AD600B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.29%

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

R = 61.79%
G = 34.29%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD600B (or 0xAD600B) is known color: Golden Brown. HEX triplet: AD, 60 and 0B. RGB value is (173,96,11). Sum of RGB (Red+Green+Blue) = 173+96+11=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD600B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD600B is #529FF4. Grayscale: #6D6D6D. Windows color (decimal): -5414901 or 745645. OLE color: 745645.

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

Color convert

RGB 173 96 11 -
CMYK 0 0.45 0.94 0.32
HSL 31.48º 0.88% 0.36% -
HSV(B) 31.48º 0.94% 0.68% -
XYZ 21.48 17.27 2.52 -
YUV 109.33 72.51 173.41 -
System Red Green Blue C M Y K H S L
Decimal 173 96 11 0 0.45 0.94 0.32 31.48 0.88 0.36
Hex AD 60 B 0 2D 5E 20 1F 58 24
Octal 255 140 13 0 55 136 40 37 130 44
Binary 10101101 1100000 1011 0 101101 1011110 100000 11111 1011000 100100

Color Harmonies of #AD600B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD600B

Black with #AD600B

Text Example


Text Example

White with #AD600B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD600B; }

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

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

background-color css

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

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

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

border-color css

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

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

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