Html Css Color HEX #AFA290 Cloudy

📋 copy color: '#AFA290'

red 175 ◦ green 162 ◦ blue 144

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

Shades of Cloudy #AFA290

Tints of Cloudy #AFA290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.94%

R = 36.38%
G = 33.68%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AFA290 (or 0xAFA290) is known color: Cloudy. HEX triplet: AF, A2 and 90. RGB value is (175,162,144). Sum of RGB (Red+Green+Blue) = 175+162+144=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA290 is #505D6F. Grayscale: #A3A3A3. Windows color (decimal): -5266800 or 9478831. OLE color: 9478831.

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

Color convert

RGB 175 162 144 -
CMYK 0 0.07 0.18 0.31
HSL 34.84º 0.16% 0.63% -
HSV(B) 34.84º 0.18% 0.69% -
XYZ 35.63 36.97 31.64 -
YUV 163.84 116.81 135.96 -
System Red Green Blue C M Y K H S L
Decimal 175 162 144 0 0.07 0.18 0.31 34.84 0.16 0.63
Hex AF A2 90 0 7 12 1F 23 10 3F
Octal 257 242 220 0 7 22 37 43 20 77
Binary 10101111 10100010 10010000 0 111 10010 11111 100011 10000 111111

Color Harmonies of #AFA290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA290

Black with #AFA290

Text Example


Text Example

White with #AFA290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA290; }

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

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

background-color css

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

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

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

border-color css

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

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

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