Html Css Color HEX #AFA05C Gimblet

📋 copy color: '#AFA05C'

red 175 ◦ green 160 ◦ blue 92

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

Shades of Gimblet #AFA05C

Tints of Gimblet #AFA05C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.47%

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

R = 40.98%
G = 37.47%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AFA05C (or 0xAFA05C) is known color: Gimblet. HEX triplet: AF, A0 and 5C. RGB value is (175,160,92). Sum of RGB (Red+Green+Blue) = 175+160+92=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA05C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA05C is #505FA3. Grayscale: #9D9D9D. Windows color (decimal): -5267364 or 6070447. OLE color: 6070447.

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

Color convert

RGB 175 160 92 -
CMYK 0 0.09 0.47 0.31
HSL 49.16º 0.34% 0.52% -
HSV(B) 49.16º 0.47% 0.69% -
XYZ 32.18 35.03 15.19 -
YUV 156.73 91.47 141.03 -
System Red Green Blue C M Y K H S L
Decimal 175 160 92 0 0.09 0.47 0.31 49.16 0.34 0.52
Hex AF A0 5C 0 9 2F 1F 31 22 34
Octal 257 240 134 0 11 57 37 61 42 64
Binary 10101111 10100000 1011100 0 1001 101111 11111 110001 100010 110100

Color Harmonies of #AFA05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA05C

Black with #AFA05C

Text Example


Text Example

White with #AFA05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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