Html Css Color HEX #AFA556 Gimblet

📋 copy color: '#AFA556'

red 175 ◦ green 165 ◦ blue 86

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

Shades of Gimblet #AFA556

Tints of Gimblet #AFA556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.19%

R = 41.08%
G = 38.73%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AFA556 (or 0xAFA556) is known color: Gimblet. HEX triplet: AF, A5 and 56. RGB value is (175,165,86). Sum of RGB (Red+Green+Blue) = 175+165+86=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA556 is #505AA9. Grayscale: #9F9F9F. Windows color (decimal): -5266090 or 5678511. OLE color: 5678511.

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

Color convert

RGB 175 165 86 -
CMYK 0 0.06 0.51 0.31
HSL 53.26º 0.36% 0.51% -
HSV(B) 53.26º 0.51% 0.69% -
XYZ 32.81 36.7 14.16 -
YUV 158.98 86.81 139.42 -
System Red Green Blue C M Y K H S L
Decimal 175 165 86 0 0.06 0.51 0.31 53.26 0.36 0.51
Hex AF A5 56 0 6 33 1F 35 24 33
Octal 257 245 126 0 6 63 37 65 44 63
Binary 10101111 10100101 1010110 0 110 110011 11111 110101 100100 110011

Color Harmonies of #AFA556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA556

Black with #AFA556

Text Example


Text Example

White with #AFA556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA556; }

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

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

background-color css

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

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

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

border-color css

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

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

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