Html Css Color HEX #AFA466 Gimblet

📋 copy color: '#AFA466'

red 175 ◦ green 164 ◦ blue 102

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

Shades of Gimblet #AFA466

Tints of Gimblet #AFA466

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.19%

 BLUE value IS 102 (40.23% from 255) = 23.13%

R = 39.68%
G = 37.19%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AFA466 (or 0xAFA466) is known color: Gimblet. HEX triplet: AF, A4 and 66. RGB value is (175,164,102). Sum of RGB (Red+Green+Blue) = 175+164+102=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA466 is #505B99. Grayscale: #A0A0A0. Windows color (decimal): -5266330 or 6726831. OLE color: 6726831.

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

Color convert

RGB 175 164 102 -
CMYK 0 0.06 0.42 0.31
HSL 50.96º 0.31% 0.54% -
HSV(B) 50.96º 0.42% 0.69% -
XYZ 33.35 36.62 17.88 -
YUV 160.22 95.14 138.54 -
System Red Green Blue C M Y K H S L
Decimal 175 164 102 0 0.06 0.42 0.31 50.96 0.31 0.54
Hex AF A4 66 0 6 2A 1F 33 1F 36
Octal 257 244 146 0 6 52 37 63 37 66
Binary 10101111 10100100 1100110 0 110 101010 11111 110011 11111 110110

Color Harmonies of #AFA466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA466

Black with #AFA466

Text Example


Text Example

White with #AFA466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA466; }

 p { color: rgb(175,164,102); }

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

background-color css

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

 a { background-color: rgb(175,164,102); }

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

border-color css

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

 span { border-color: rgb(175,164,102); }

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