Html Css Color HEX #AF914B Husk

📋 copy color: '#AF914B'

red 175 ◦ green 145 ◦ blue 75

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

Shades of Husk #AF914B

Tints of Husk #AF914B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.71%

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

R = 44.3%
G = 36.71%
B = 18.99%

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

#AF914B (or 0xAF914B) is known color: Husk. HEX triplet: AF, 91 and 4B. RGB value is (175,145,75). Sum of RGB (Red+Green+Blue) = 175+145+75=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF914B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF914B is #506EB4. Grayscale: #929292. Windows color (decimal): -5271221 or 4952495. OLE color: 4952495.

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

Color convert

RGB 175 145 75 -
CMYK 0 0.17 0.57 0.31
HSL 42º 0.4% 0.49% -
HSV(B) 42º 0.57% 0.69% -
XYZ 29.07 29.87 10.89 -
YUV 145.99 87.94 148.69 -
System Red Green Blue C M Y K H S L
Decimal 175 145 75 0 0.17 0.57 0.31 42 0.4 0.49
Hex AF 91 4B 0 11 39 1F 2A 28 31
Octal 257 221 113 0 21 71 37 52 50 61
Binary 10101111 10010001 1001011 0 10001 111001 11111 101010 101000 110001

Color Harmonies of #AF914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF914B

Black with #AF914B

Text Example


Text Example

White with #AF914B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF914B; }

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

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

background-color css

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

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

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

border-color css

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

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

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