Html Css Color HEX #AFA398 Cloudy

📋 copy color: '#AFA398'

red 175 ◦ green 163 ◦ blue 152

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

Shades of Cloudy #AFA398

Tints of Cloudy #AFA398

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.27%

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

R = 35.71%
G = 33.27%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AFA398 (or 0xAFA398) is known color: Cloudy. HEX triplet: AF, A3 and 98. RGB value is (175,163,152). Sum of RGB (Red+Green+Blue) = 175+163+152=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA398 is #505C67. Grayscale: #A5A5A5. Windows color (decimal): -5266536 or 10003375. OLE color: 10003375.

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

Color convert

RGB 175 163 152 -
CMYK 0 0.07 0.13 0.31
HSL 28.7º 0.13% 0.64% -
HSV(B) 28.7º 0.13% 0.69% -
XYZ 36.44 37.58 35.04 -
YUV 165.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 175 163 152 0 0.07 0.13 0.31 28.7 0.13 0.64
Hex AF A3 98 0 7 D 1F 1D D 40
Octal 257 243 230 0 7 15 37 35 15 100
Binary 10101111 10100011 10011000 0 111 1101 11111 11101 1101 1000000

Color Harmonies of #AFA398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA398

Black with #AFA398

Text Example


Text Example

White with #AFA398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA398; }

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

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

background-color css

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

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

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

border-color css

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

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

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