Html Css Color HEX #AFA294 Cloudy

📋 copy color: '#AFA294'

red 175 ◦ green 162 ◦ blue 148

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

Shades of Cloudy #AFA294

Tints of Cloudy #AFA294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.52%

R = 36.08%
G = 33.4%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AFA294 (or 0xAFA294) is known color: Cloudy. HEX triplet: AF, A2 and 94. RGB value is (175,162,148). Sum of RGB (Red+Green+Blue) = 175+162+148=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA294 is #505D6B. Grayscale: #A4A4A4. Windows color (decimal): -5266796 or 9740975. OLE color: 9740975.

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

Color convert

RGB 175 162 148 -
CMYK 0 0.07 0.15 0.31
HSL 31.11º 0.14% 0.63% -
HSV(B) 31.11º 0.15% 0.69% -
XYZ 35.94 37.09 33.28 -
YUV 164.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 175 162 148 0 0.07 0.15 0.31 31.11 0.14 0.63
Hex AF A2 94 0 7 F 1F 1F E 3F
Octal 257 242 224 0 7 17 37 37 16 77
Binary 10101111 10100010 10010100 0 111 1111 11111 11111 1110 111111

Color Harmonies of #AFA294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA294

Black with #AFA294

Text Example


Text Example

White with #AFA294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA294; }

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

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

background-color css

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

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

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

border-color css

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

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

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