Html Css Color HEX #AFA391 Cloudy

📋 copy color: '#AFA391'

red 175 ◦ green 163 ◦ blue 145

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

Shades of Cloudy #AFA391

Tints of Cloudy #AFA391

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.75%

 BLUE value IS 145 (57.03% from 255) = 30.02%

R = 36.23%
G = 33.75%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AFA391 (or 0xAFA391) is known color: Cloudy. HEX triplet: AF, A3 and 91. RGB value is (175,163,145). Sum of RGB (Red+Green+Blue) = 175+163+145=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA391 is #505C6E. Grayscale: #A4A4A4. Windows color (decimal): -5266543 or 9544623. OLE color: 9544623.

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

Color convert

RGB 175 163 145 -
CMYK 0 0.07 0.17 0.31
HSL 36º 0.16% 0.63% -
HSV(B) 36º 0.17% 0.69% -
XYZ 35.89 37.35 32.11 -
YUV 164.54 116.98 135.46 -
System Red Green Blue C M Y K H S L
Decimal 175 163 145 0 0.07 0.17 0.31 36 0.16 0.63
Hex AF A3 91 0 7 11 1F 24 10 3F
Octal 257 243 221 0 7 21 37 44 20 77
Binary 10101111 10100011 10010001 0 111 10001 11111 100100 10000 111111

Color Harmonies of #AFA391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA391

Black with #AFA391

Text Example


Text Example

White with #AFA391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA391; }

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

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

background-color css

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

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

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

border-color css

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

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

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