Html Css Color HEX #AFA588 Chino

📋 copy color: '#AFA588'

red 175 ◦ green 165 ◦ blue 136

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

Shades of Chino #AFA588

Tints of Chino #AFA588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.57%

R = 36.76%
G = 34.66%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AFA588 (or 0xAFA588) is known color: Chino. HEX triplet: AF, A5 and 88. RGB value is (175,165,136). Sum of RGB (Red+Green+Blue) = 175+165+136=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA588 is #505A77. Grayscale: #A4A4A4. Windows color (decimal): -5266040 or 8955311. OLE color: 8955311.

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

Color convert

RGB 175 165 136 -
CMYK 0 0.06 0.22 0.31
HSL 44.62º 0.2% 0.61% -
HSV(B) 44.62º 0.22% 0.69% -
XYZ 35.58 37.8 28.71 -
YUV 164.68 111.81 135.36 -
System Red Green Blue C M Y K H S L
Decimal 175 165 136 0 0.06 0.22 0.31 44.62 0.2 0.61
Hex AF A5 88 0 6 16 1F 2D 14 3D
Octal 257 245 210 0 6 26 37 55 24 75
Binary 10101111 10100101 10001000 0 110 10110 11111 101101 10100 111101

Color Harmonies of #AFA588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA588

Black with #AFA588

Text Example


Text Example

White with #AFA588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA588; }

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

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

background-color css

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

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

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

border-color css

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

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

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