Html Css Color HEX #AF9353 Husk

📋 copy color: '#AF9353'

red 175 ◦ green 147 ◦ blue 83

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

Shades of Husk #AF9353

Tints of Husk #AF9353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.49%

R = 43.21%
G = 36.3%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF9353 (or 0xAF9353) is known color: Husk. HEX triplet: AF, 93 and 53. RGB value is (175,147,83). Sum of RGB (Red+Green+Blue) = 175+147+83=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9353 is #506CAC. Grayscale: #949494. Windows color (decimal): -5270701 or 5477295. OLE color: 5477295.

HSL color Cylindrical-coordinate representation of color #AF9353: hue angle of 41.74º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF9353 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 147 83 -
CMYK 0 0.16 0.53 0.31
HSL 41.74º 0.37% 0.51% -
HSV(B) 41.74º 0.53% 0.69% -
XYZ 29.67 30.61 12.53 -
YUV 148.08 91.28 147.2 -
System Red Green Blue C M Y K H S L
Decimal 175 147 83 0 0.16 0.53 0.31 41.74 0.37 0.51
Hex AF 93 53 0 10 35 1F 2A 25 33
Octal 257 223 123 0 20 65 37 52 45 63
Binary 10101111 10010011 1010011 0 10000 110101 11111 101010 100101 110011

Color Harmonies of #AF9353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9353

Black with #AF9353

Text Example


Text Example

White with #AF9353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9353; }

 p { color: rgb(175,147,83); }

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

background-color css

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

 a { background-color: rgb(175,147,83); }

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

border-color css

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

 span { border-color: rgb(175,147,83); }

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