Html Css Color HEX #AFA291 Cloudy

📋 copy color: '#AFA291'

red 175 ◦ green 162 ◦ blue 145

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

Shades of Cloudy #AFA291

Tints of Cloudy #AFA291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.08%

R = 36.31%
G = 33.61%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AFA291 (or 0xAFA291) is known color: Cloudy. HEX triplet: AF, A2 and 91. RGB value is (175,162,145). Sum of RGB (Red+Green+Blue) = 175+162+145=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA291 is #505D6E. Grayscale: #A4A4A4. Windows color (decimal): -5266799 or 9544367. OLE color: 9544367.

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

Color convert

RGB 175 162 145 -
CMYK 0 0.07 0.17 0.31
HSL 34º 0.16% 0.63% -
HSV(B) 34º 0.17% 0.69% -
XYZ 35.71 37 32.05 -
YUV 163.95 117.31 135.88 -
System Red Green Blue C M Y K H S L
Decimal 175 162 145 0 0.07 0.17 0.31 34 0.16 0.63
Hex AF A2 91 0 7 11 1F 22 10 3F
Octal 257 242 221 0 7 21 37 42 20 77
Binary 10101111 10100010 10010001 0 111 10001 11111 100010 10000 111111

Color Harmonies of #AFA291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA291

Black with #AFA291

Text Example


Text Example

White with #AFA291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA291; }

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

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

background-color css

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

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

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

border-color css

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

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

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