Html Css Color HEX #AD934B Husk

📋 copy color: '#AD934B'

red 173 ◦ green 147 ◦ blue 75

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

Shades of Husk #AD934B

Tints of Husk #AD934B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.22%

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

R = 43.8%
G = 37.22%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD934B (or 0xAD934B) is known color: Husk. HEX triplet: AD, 93 and 4B. RGB value is (173,147,75). Sum of RGB (Red+Green+Blue) = 173+147+75=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD934B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD934B is #526CB4. Grayscale: #929292. Windows color (decimal): -5401781 or 4953005. OLE color: 4953005.

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

Color convert

RGB 173 147 75 -
CMYK 0 0.15 0.57 0.32
HSL 44.08º 0.4% 0.49% -
HSV(B) 44.08º 0.57% 0.68% -
XYZ 28.94 30.26 10.97 -
YUV 146.57 87.61 146.85 -
System Red Green Blue C M Y K H S L
Decimal 173 147 75 0 0.15 0.57 0.32 44.08 0.4 0.49
Hex AD 93 4B 0 F 39 20 2C 28 31
Octal 255 223 113 0 17 71 40 54 50 61
Binary 10101101 10010011 1001011 0 1111 111001 100000 101100 101000 110001

Color Harmonies of #AD934B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD934B

Black with #AD934B

Text Example


Text Example

White with #AD934B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD934B; }

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

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

background-color css

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

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

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

border-color css

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

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

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