Html Css Color HEX #AFA566 Gimblet

📋 copy color: '#AFA566'

red 175 ◦ green 165 ◦ blue 102

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

Shades of Gimblet #AFA566

Tints of Gimblet #AFA566

RGB

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

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

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

R = 39.59%
G = 37.33%
B = 23.08%

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

#AFA566 (or 0xAFA566) is known color: Gimblet. HEX triplet: AF, A5 and 66. RGB value is (175,165,102). Sum of RGB (Red+Green+Blue) = 175+165+102=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA566 is #505A99. Grayscale: #A1A1A1. Windows color (decimal): -5266074 or 6727087. OLE color: 6727087.

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

Color convert

RGB 175 165 102 -
CMYK 0 0.06 0.42 0.31
HSL 51.78º 0.31% 0.54% -
HSV(B) 51.78º 0.42% 0.69% -
XYZ 33.53 36.98 17.94 -
YUV 160.81 94.81 138.12 -
System Red Green Blue C M Y K H S L
Decimal 175 165 102 0 0.06 0.42 0.31 51.78 0.31 0.54
Hex AF A5 66 0 6 2A 1F 34 1F 36
Octal 257 245 146 0 6 52 37 64 37 66
Binary 10101111 10100101 1100110 0 110 101010 11111 110100 11111 110110

Color Harmonies of #AFA566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA566

Black with #AFA566

Text Example


Text Example

White with #AFA566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA566; }

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

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

background-color css

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

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

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

border-color css

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

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

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