Html Css Color HEX #AFA293 Cloudy

📋 copy color: '#AFA293'

red 175 ◦ green 162 ◦ blue 147

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

Shades of Cloudy #AFA293

Tints of Cloudy #AFA293

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.47%

 BLUE value IS 147 (57.81% from 255) = 30.37%

R = 36.16%
G = 33.47%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AFA293 (or 0xAFA293) is known color: Cloudy. HEX triplet: AF, A2 and 93. RGB value is (175,162,147). Sum of RGB (Red+Green+Blue) = 175+162+147=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA293 is #505D6C. Grayscale: #A4A4A4. Windows color (decimal): -5266797 or 9675439. OLE color: 9675439.

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

Color convert

RGB 175 162 147 -
CMYK 0 0.07 0.16 0.31
HSL 32.14º 0.15% 0.63% -
HSV(B) 32.14º 0.16% 0.69% -
XYZ 35.87 37.06 32.87 -
YUV 164.18 118.31 135.72 -
System Red Green Blue C M Y K H S L
Decimal 175 162 147 0 0.07 0.16 0.31 32.14 0.15 0.63
Hex AF A2 93 0 7 10 1F 20 F 3F
Octal 257 242 223 0 7 20 37 40 17 77
Binary 10101111 10100010 10010011 0 111 10000 11111 100000 1111 111111

Color Harmonies of #AFA293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA293

Black with #AFA293

Text Example


Text Example

White with #AFA293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA293; }

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

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

background-color css

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

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

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

border-color css

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

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

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