Html Css Color HEX #AFA698 Cloudy

📋 copy color: '#AFA698'

red 175 ◦ green 166 ◦ blue 152

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

Shades of Cloudy #AFA698

Tints of Cloudy #AFA698

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.67%

 BLUE value IS 152 (59.77% from 255) = 30.83%

R = 35.5%
G = 33.67%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AFA698 (or 0xAFA698) is known color: Cloudy. HEX triplet: AF, A6 and 98. RGB value is (175,166,152). Sum of RGB (Red+Green+Blue) = 175+166+152=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA698 is #505967. Grayscale: #A7A7A7. Windows color (decimal): -5265768 or 10004143. OLE color: 10004143.

HSL color Cylindrical-coordinate representation of color #AFA698: hue angle of 36.52º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFA698 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 166 152 -
CMYK 0 0.05 0.13 0.31
HSL 36.52º 0.13% 0.64% -
HSV(B) 36.52º 0.13% 0.69% -
XYZ 36.98 38.65 35.22 -
YUV 167.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 175 166 152 0 0.05 0.13 0.31 36.52 0.13 0.64
Hex AF A6 98 0 5 D 1F 25 D 40
Octal 257 246 230 0 5 15 37 45 15 100
Binary 10101111 10100110 10011000 0 101 1101 11111 100101 1101 1000000

Color Harmonies of #AFA698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA698

Black with #AFA698

Text Example


Text Example

White with #AFA698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA698; }

 p { color: rgb(175,166,152); }

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

background-color css

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

 a { background-color: rgb(175,166,152); }

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

border-color css

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

 span { border-color: rgb(175,166,152); }

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