Html Css Color HEX #AFA296 Cloudy

📋 copy color: '#AFA296'

red 175 ◦ green 162 ◦ blue 150

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

Shades of Cloudy #AFA296

Tints of Cloudy #AFA296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.8%

R = 35.93%
G = 33.26%
B = 30.8%

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

#AFA296 (or 0xAFA296) is known color: Cloudy. HEX triplet: AF, A2 and 96. RGB value is (175,162,150). Sum of RGB (Red+Green+Blue) = 175+162+150=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA296 is #505D69. Grayscale: #A4A4A4. Windows color (decimal): -5266794 or 9872047. OLE color: 9872047.

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

Color convert

RGB 175 162 150 -
CMYK 0 0.07 0.14 0.31
HSL 28.8º 0.14% 0.64% -
HSV(B) 28.8º 0.14% 0.69% -
XYZ 36.1 37.16 34.12 -
YUV 164.52 119.81 135.48 -
System Red Green Blue C M Y K H S L
Decimal 175 162 150 0 0.07 0.14 0.31 28.8 0.14 0.64
Hex AF A2 96 0 7 E 1F 1D E 40
Octal 257 242 226 0 7 16 37 35 16 100
Binary 10101111 10100010 10010110 0 111 1110 11111 11101 1110 1000000

Color Harmonies of #AFA296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA296

Black with #AFA296

Text Example


Text Example

White with #AFA296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA296; }

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

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

background-color css

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

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

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

border-color css

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

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

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