Html Css Color HEX #AFA866 Gimblet

📋 copy color: '#AFA866'

red 175 ◦ green 168 ◦ blue 102

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

Shades of Gimblet #AFA866

Tints of Gimblet #AFA866

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.75%

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

R = 39.33%
G = 37.75%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AFA866 (or 0xAFA866) is known color: Gimblet. HEX triplet: AF, A8 and 66. RGB value is (175,168,102). Sum of RGB (Red+Green+Blue) = 175+168+102=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA866 is #505799. Grayscale: #A2A2A2. Windows color (decimal): -5265306 or 6727855. OLE color: 6727855.

HSL color Cylindrical-coordinate representation of color #AFA866: hue angle of 54.25º 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 #AFA866 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 168 102 -
CMYK 0 0.04 0.42 0.31
HSL 54.25º 0.31% 0.54% -
HSV(B) 54.25º 0.42% 0.69% -
XYZ 34.08 38.08 18.12 -
YUV 162.57 93.82 136.87 -
System Red Green Blue C M Y K H S L
Decimal 175 168 102 0 0.04 0.42 0.31 54.25 0.31 0.54
Hex AF A8 66 0 4 2A 1F 36 1F 36
Octal 257 250 146 0 4 52 37 66 37 66
Binary 10101111 10101000 1100110 0 100 101010 11111 110110 11111 110110

Color Harmonies of #AFA866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA866

Black with #AFA866

Text Example


Text Example

White with #AFA866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA866; }

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

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

background-color css

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

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

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

border-color css

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

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

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