Html Css Color HEX #AF9D8E Zorba

📋 copy color: '#AF9D8E'

red 175 ◦ green 157 ◦ blue 142

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

Shades of Zorba #AF9D8E

Tints of Zorba #AF9D8E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.12%

 BLUE value IS 142 (55.86% from 255) = 29.96%

R = 36.92%
G = 33.12%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF9D8E (or 0xAF9D8E) is known color: Zorba. HEX triplet: AF, 9D and 8E. RGB value is (175,157,142). Sum of RGB (Red+Green+Blue) = 175+157+142=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9D8E is #506271. Grayscale: #A0A0A0. Windows color (decimal): -5268082 or 9346479. OLE color: 9346479.

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

Color convert

RGB 175 157 142 -
CMYK 0 0.10 0.19 0.31
HSL 27.27º 0.17% 0.62% -
HSV(B) 27.27º 0.19% 0.69% -
XYZ 34.62 35.18 30.56 -
YUV 160.67 117.46 138.22 -
System Red Green Blue C M Y K H S L
Decimal 175 157 142 0 0.10 0.19 0.31 27.27 0.17 0.62
Hex AF 9D 8E 0 A 13 1F 1B 11 3E
Octal 257 235 216 0 12 23 37 33 21 76
Binary 10101111 10011101 10001110 0 1010 10011 11111 11011 10001 111110

Color Harmonies of #AF9D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9D8E

Black with #AF9D8E

Text Example


Text Example

White with #AF9D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9D8E; }

 p { color: rgb(175,157,142); }

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

background-color css

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

 a { background-color: rgb(175,157,142); }

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

border-color css

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

 span { border-color: rgb(175,157,142); }

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