Html Css Color HEX #AFA456 Gimblet

📋 copy color: '#AFA456'

red 175 ◦ green 164 ◦ blue 86

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

Shades of Gimblet #AFA456

Tints of Gimblet #AFA456

RGB

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

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

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

R = 41.18%
G = 38.59%
B = 20.24%

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

#AFA456 (or 0xAFA456) is known color: Gimblet. HEX triplet: AF, A4 and 56. RGB value is (175,164,86). Sum of RGB (Red+Green+Blue) = 175+164+86=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA456 is #505BA9. Grayscale: #9E9E9E. Windows color (decimal): -5266346 or 5678255. OLE color: 5678255.

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

Color convert

RGB 175 164 86 -
CMYK 0 0.06 0.51 0.31
HSL 52.58º 0.36% 0.51% -
HSV(B) 52.58º 0.51% 0.69% -
XYZ 32.63 36.34 14.1 -
YUV 158.4 87.14 139.84 -
System Red Green Blue C M Y K H S L
Decimal 175 164 86 0 0.06 0.51 0.31 52.58 0.36 0.51
Hex AF A4 56 0 6 33 1F 35 24 33
Octal 257 244 126 0 6 63 37 65 44 63
Binary 10101111 10100100 1010110 0 110 110011 11111 110101 100100 110011

Color Harmonies of #AFA456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA456

Black with #AFA456

Text Example


Text Example

White with #AFA456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA456; }

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

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

background-color css

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

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

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

border-color css

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

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

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