Html Css Color HEX #AFA297 Cloudy

📋 copy color: '#AFA297'

red 175 ◦ green 162 ◦ blue 151

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

Shades of Cloudy #AFA297

Tints of Cloudy #AFA297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.94%

R = 35.86%
G = 33.2%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AFA297 (or 0xAFA297) is known color: Cloudy. HEX triplet: AF, A2 and 97. RGB value is (175,162,151). Sum of RGB (Red+Green+Blue) = 175+162+151=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA297 is #505D68. Grayscale: #A4A4A4. Windows color (decimal): -5266793 or 9937583. OLE color: 9937583.

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

Color convert

RGB 175 162 151 -
CMYK 0 0.07 0.14 0.31
HSL 27.5º 0.13% 0.64% -
HSV(B) 27.5º 0.14% 0.69% -
XYZ 36.19 37.19 34.55 -
YUV 164.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 175 162 151 0 0.07 0.14 0.31 27.5 0.13 0.64
Hex AF A2 97 0 7 E 1F 1C D 40
Octal 257 242 227 0 7 16 37 34 15 100
Binary 10101111 10100010 10010111 0 111 1110 11111 11100 1101 1000000

Color Harmonies of #AFA297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA297

Black with #AFA297

Text Example


Text Example

White with #AFA297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA297; }

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

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

background-color css

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

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

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

border-color css

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

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

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