Html Css Color HEX #AFA598 Cloudy

📋 copy color: '#AFA598'

red 175 ◦ green 165 ◦ blue 152

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

Shades of Cloudy #AFA598

Tints of Cloudy #AFA598

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.54%

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

R = 35.57%
G = 33.54%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AFA598 (or 0xAFA598) is known color: Cloudy. HEX triplet: AF, A5 and 98. RGB value is (175,165,152). Sum of RGB (Red+Green+Blue) = 175+165+152=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA598 is #505A67. Grayscale: #A6A6A6. Windows color (decimal): -5266024 or 10003887. OLE color: 10003887.

HSL color Cylindrical-coordinate representation of color #AFA598: hue angle of 33.91º 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 #AFA598 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 165 152 -
CMYK 0 0.06 0.13 0.31
HSL 33.91º 0.13% 0.64% -
HSV(B) 33.91º 0.13% 0.69% -
XYZ 36.8 38.29 35.16 -
YUV 166.51 119.81 134.06 -
System Red Green Blue C M Y K H S L
Decimal 175 165 152 0 0.06 0.13 0.31 33.91 0.13 0.64
Hex AF A5 98 0 6 D 1F 22 D 40
Octal 257 245 230 0 6 15 37 42 15 100
Binary 10101111 10100101 10011000 0 110 1101 11111 100010 1101 1000000

Color Harmonies of #AFA598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA598

Black with #AFA598

Text Example


Text Example

White with #AFA598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA598; }

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

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

background-color css

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

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

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

border-color css

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

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

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