Html Css Color HEX #AFA669 Gimblet

📋 copy color: '#AFA669'

red 175 ◦ green 166 ◦ blue 105

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

Shades of Gimblet #AFA669

Tints of Gimblet #AFA669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.54%

R = 39.24%
G = 37.22%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AFA669 (or 0xAFA669) is known color: Gimblet. HEX triplet: AF, A6 and 69. RGB value is (175,166,105). Sum of RGB (Red+Green+Blue) = 175+166+105=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA669 is #505996. Grayscale: #A1A1A1. Windows color (decimal): -5265815 or 6923951. OLE color: 6923951.

HSL color Cylindrical-coordinate representation of color #AFA669: hue angle of 52.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFA669 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 166 105 -
CMYK 0 0.05 0.40 0.31
HSL 52.29º 0.3% 0.55% -
HSV(B) 52.29º 0.4% 0.69% -
XYZ 33.87 37.41 18.8 -
YUV 161.74 95.98 137.46 -
System Red Green Blue C M Y K H S L
Decimal 175 166 105 0 0.05 0.40 0.31 52.29 0.3 0.55
Hex AF A6 69 0 5 28 1F 34 1E 37
Octal 257 246 151 0 5 50 37 64 36 67
Binary 10101111 10100110 1101001 0 101 101000 11111 110100 11110 110111

Color Harmonies of #AFA669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA669

Black with #AFA669

Text Example


Text Example

White with #AFA669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA669; }

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

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

background-color css

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

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

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

border-color css

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

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

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