Html Css Color HEX #AD924B Husk

📋 copy color: '#AD924B'

red 173 ◦ green 146 ◦ blue 75

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

Shades of Husk #AD924B

Tints of Husk #AD924B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.06%

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

R = 43.91%
G = 37.06%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD924B (or 0xAD924B) is known color: Husk. HEX triplet: AD, 92 and 4B. RGB value is (173,146,75). Sum of RGB (Red+Green+Blue) = 173+146+75=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD924B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD924B is #526DB4. Grayscale: #929292. Windows color (decimal): -5402037 or 4952749. OLE color: 4952749.

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

Color convert

RGB 173 146 75 -
CMYK 0 0.16 0.57 0.32
HSL 43.47º 0.4% 0.49% -
HSV(B) 43.47º 0.57% 0.68% -
XYZ 28.78 29.95 10.92 -
YUV 145.98 87.95 147.27 -
System Red Green Blue C M Y K H S L
Decimal 173 146 75 0 0.16 0.57 0.32 43.47 0.4 0.49
Hex AD 92 4B 0 10 39 20 2B 28 31
Octal 255 222 113 0 20 71 40 53 50 61
Binary 10101101 10010010 1001011 0 10000 111001 100000 101011 101000 110001

Color Harmonies of #AD924B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD924B

Black with #AD924B

Text Example


Text Example

White with #AD924B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD924B; }

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

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

background-color css

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

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

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

border-color css

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

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

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