Html Css Color HEX #AF924B Husk

📋 copy color: '#AF924B'

red 175 ◦ green 146 ◦ blue 75

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

Shades of Husk #AF924B

Tints of Husk #AF924B

RGB

 RED value IS 175 (68.75% from 255) = 44.19%

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

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

R = 44.19%
G = 36.87%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF924B (or 0xAF924B) is known color: Husk. HEX triplet: AF, 92 and 4B. RGB value is (175,146,75). Sum of RGB (Red+Green+Blue) = 175+146+75=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF924B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF924B is #506DB4. Grayscale: #929292. Windows color (decimal): -5270965 or 4952751. OLE color: 4952751.

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

Color convert

RGB 175 146 75 -
CMYK 0 0.17 0.57 0.31
HSL 42.6º 0.4% 0.49% -
HSV(B) 42.6º 0.57% 0.69% -
XYZ 29.23 30.18 10.94 -
YUV 146.58 87.61 148.27 -
System Red Green Blue C M Y K H S L
Decimal 175 146 75 0 0.17 0.57 0.31 42.6 0.4 0.49
Hex AF 92 4B 0 11 39 1F 2B 28 31
Octal 257 222 113 0 21 71 37 53 50 61
Binary 10101111 10010010 1001011 0 10001 111001 11111 101011 101000 110001

Color Harmonies of #AF924B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF924B

Black with #AF924B

Text Example


Text Example

White with #AF924B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF924B; }

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

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

background-color css

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

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

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

border-color css

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

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

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