Html Css Color HEX #AFA85C Gimblet

📋 copy color: '#AFA85C'

red 175 ◦ green 168 ◦ blue 92

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

Shades of Gimblet #AFA85C

Tints of Gimblet #AFA85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.15%

R = 40.23%
G = 38.62%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AFA85C (or 0xAFA85C) is known color: Gimblet. HEX triplet: AF, A8 and 5C. RGB value is (175,168,92). Sum of RGB (Red+Green+Blue) = 175+168+92=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA85C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA85C is #5057A3. Grayscale: #A1A1A1. Windows color (decimal): -5265316 or 6072495. OLE color: 6072495.

HSL color Cylindrical-coordinate representation of color #AFA85C: hue angle of 54.94º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFA85C is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 168 92 -
CMYK 0 0.04 0.47 0.31
HSL 54.94º 0.34% 0.52% -
HSV(B) 54.94º 0.47% 0.69% -
XYZ 33.61 37.89 15.67 -
YUV 161.43 88.82 137.68 -
System Red Green Blue C M Y K H S L
Decimal 175 168 92 0 0.04 0.47 0.31 54.94 0.34 0.52
Hex AF A8 5C 0 4 2F 1F 37 22 34
Octal 257 250 134 0 4 57 37 67 42 64
Binary 10101111 10101000 1011100 0 100 101111 11111 110111 100010 110100

Color Harmonies of #AFA85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA85C

Black with #AFA85C

Text Example


Text Example

White with #AFA85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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