Html Css Color HEX #AF974A Husk

📋 copy color: '#AF974A'

red 175 ◦ green 151 ◦ blue 74

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

Shades of Husk #AF974A

Tints of Husk #AF974A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.75%

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

R = 43.75%
G = 37.75%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF974A (or 0xAF974A) is known color: Husk. HEX triplet: AF, 97 and 4A. RGB value is (175,151,74). Sum of RGB (Red+Green+Blue) = 175+151+74=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF974A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF974A is #5068B5. Grayscale: #959595. Windows color (decimal): -5269686 or 4888495. OLE color: 4888495.

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

Color convert

RGB 175 151 74 -
CMYK 0 0.14 0.58 0.31
HSL 45.74º 0.41% 0.49% -
HSV(B) 45.74º 0.58% 0.69% -
XYZ 29.98 31.74 11.03 -
YUV 149.4 85.45 146.26 -
System Red Green Blue C M Y K H S L
Decimal 175 151 74 0 0.14 0.58 0.31 45.74 0.41 0.49
Hex AF 97 4A 0 E 3A 1F 2E 29 31
Octal 257 227 112 0 16 72 37 56 51 61
Binary 10101111 10010111 1001010 0 1110 111010 11111 101110 101001 110001

Color Harmonies of #AF974A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF974A

Black with #AF974A

Text Example


Text Example

White with #AF974A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF974A; }

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

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

background-color css

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

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

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

border-color css

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

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

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