Html Css Color HEX #AFA594 Cloudy

📋 copy color: '#AFA594'

red 175 ◦ green 165 ◦ blue 148

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

Shades of Cloudy #AFA594

Tints of Cloudy #AFA594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.33%

R = 35.86%
G = 33.81%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AFA594 (or 0xAFA594) is known color: Cloudy. HEX triplet: AF, A5 and 94. RGB value is (175,165,148). Sum of RGB (Red+Green+Blue) = 175+165+148=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA594 is #505A6B. Grayscale: #A6A6A6. Windows color (decimal): -5266028 or 9741743. OLE color: 9741743.

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

Color convert

RGB 175 165 148 -
CMYK 0 0.06 0.15 0.31
HSL 37.78º 0.14% 0.63% -
HSV(B) 37.78º 0.15% 0.69% -
XYZ 36.48 38.16 33.46 -
YUV 166.05 117.81 134.38 -
System Red Green Blue C M Y K H S L
Decimal 175 165 148 0 0.06 0.15 0.31 37.78 0.14 0.63
Hex AF A5 94 0 6 F 1F 26 E 3F
Octal 257 245 224 0 6 17 37 46 16 77
Binary 10101111 10100101 10010100 0 110 1111 11111 100110 1110 111111

Color Harmonies of #AFA594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA594

Black with #AFA594

Text Example


Text Example

White with #AFA594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA594; }

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

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

background-color css

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

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

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

border-color css

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

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

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