Html Css Color HEX #AD964B Husk

📋 copy color: '#AD964B'

red 173 ◦ green 150 ◦ blue 75

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

Shades of Husk #AD964B

Tints of Husk #AD964B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.69%

 BLUE value IS 75 (29.69% from 255) = 18.84%

R = 43.47%
G = 37.69%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD964B (or 0xAD964B) is known color: Husk. HEX triplet: AD, 96 and 4B. RGB value is (173,150,75). Sum of RGB (Red+Green+Blue) = 173+150+75=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD964B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD964B is #5269B4. Grayscale: #949494. Windows color (decimal): -5401013 or 4953773. OLE color: 4953773.

HSL color Cylindrical-coordinate representation of color #AD964B: hue angle of 45.92º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD964B is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 150 75 -
CMYK 0 0.13 0.57 0.32
HSL 45.92º 0.4% 0.49% -
HSV(B) 45.92º 0.57% 0.68% -
XYZ 29.41 31.2 11.13 -
YUV 148.33 86.62 145.6 -
System Red Green Blue C M Y K H S L
Decimal 173 150 75 0 0.13 0.57 0.32 45.92 0.4 0.49
Hex AD 96 4B 0 D 39 20 2E 28 31
Octal 255 226 113 0 15 71 40 56 50 61
Binary 10101101 10010110 1001011 0 1101 111001 100000 101110 101000 110001

Color Harmonies of #AD964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD964B

Black with #AD964B

Text Example


Text Example

White with #AD964B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD964B; }

 p { color: rgb(173,150,75); }

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

background-color css

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

 a { background-color: rgb(173,150,75); }

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

border-color css

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

 span { border-color: rgb(173,150,75); }

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