Html Css Color HEX #AFA689 Chino

📋 copy color: '#AFA689'

red 175 ◦ green 166 ◦ blue 137

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

Shades of Chino #AFA689

Tints of Chino #AFA689

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.73%

 BLUE value IS 137 (53.91% from 255) = 28.66%

R = 36.61%
G = 34.73%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AFA689 (or 0xAFA689) is known color: Chino. HEX triplet: AF, A6 and 89. RGB value is (175,166,137). Sum of RGB (Red+Green+Blue) = 175+166+137=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA689 is #505976. Grayscale: #A5A5A5. Windows color (decimal): -5265783 or 9021103. OLE color: 9021103.

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

Color convert

RGB 175 166 137 -
CMYK 0 0.05 0.22 0.31
HSL 45.79º 0.19% 0.61% -
HSV(B) 45.79º 0.22% 0.69% -
XYZ 35.83 38.19 29.15 -
YUV 165.39 111.98 134.86 -
System Red Green Blue C M Y K H S L
Decimal 175 166 137 0 0.05 0.22 0.31 45.79 0.19 0.61
Hex AF A6 89 0 5 16 1F 2E 13 3D
Octal 257 246 211 0 5 26 37 56 23 75
Binary 10101111 10100110 10001001 0 101 10110 11111 101110 10011 111101

Color Harmonies of #AFA689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA689

Black with #AFA689

Text Example


Text Example

White with #AFA689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA689; }

 p { color: rgb(175,166,137); }

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

background-color css

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

 a { background-color: rgb(175,166,137); }

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

border-color css

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

 span { border-color: rgb(175,166,137); }

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