Html Css Color HEX #AF954A Husk

📋 copy color: '#AF954A'

red 175 ◦ green 149 ◦ blue 74

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

Shades of Husk #AF954A

Tints of Husk #AF954A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.44%

 BLUE value IS 74 (29.3% from 255) = 18.59%

R = 43.97%
G = 37.44%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF954A (or 0xAF954A) is known color: Husk. HEX triplet: AF, 95 and 4A. RGB value is (175,149,74). Sum of RGB (Red+Green+Blue) = 175+149+74=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF954A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF954A is #506AB5. Grayscale: #949494. Windows color (decimal): -5270198 or 4887983. OLE color: 4887983.

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

Color convert

RGB 175 149 74 -
CMYK 0 0.15 0.58 0.31
HSL 44.55º 0.41% 0.49% -
HSV(B) 44.55º 0.58% 0.69% -
XYZ 29.66 31.1 10.92 -
YUV 148.22 86.11 147.1 -
System Red Green Blue C M Y K H S L
Decimal 175 149 74 0 0.15 0.58 0.31 44.55 0.41 0.49
Hex AF 95 4A 0 F 3A 1F 2D 29 31
Octal 257 225 112 0 17 72 37 55 51 61
Binary 10101111 10010101 1001010 0 1111 111010 11111 101101 101001 110001

Color Harmonies of #AF954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF954A

Black with #AF954A

Text Example


Text Example

White with #AF954A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF954A; }

 p { color: rgb(175,149,74); }

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

background-color css

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

 a { background-color: rgb(175,149,74); }

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

border-color css

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

 span { border-color: rgb(175,149,74); }

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