Html Css Color HEX #AFA85D Gimblet

📋 copy color: '#AFA85D'

red 175 ◦ green 168 ◦ blue 93

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

Shades of Gimblet #AFA85D

Tints of Gimblet #AFA85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.33%

R = 40.14%
G = 38.53%
B = 21.33%

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

#AFA85D (or 0xAFA85D) is known color: Gimblet. HEX triplet: AF, A8 and 5D. RGB value is (175,168,93). Sum of RGB (Red+Green+Blue) = 175+168+93=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA85D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA85D is #5057A2. Grayscale: #A1A1A1. Windows color (decimal): -5265315 or 6138031. OLE color: 6138031.

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

Color convert

RGB 175 168 93 -
CMYK 0 0.04 0.47 0.31
HSL 54.88º 0.34% 0.53% -
HSV(B) 54.88º 0.47% 0.69% -
XYZ 33.66 37.91 15.9 -
YUV 161.54 89.32 137.6 -
System Red Green Blue C M Y K H S L
Decimal 175 168 93 0 0.04 0.47 0.31 54.88 0.34 0.53
Hex AF A8 5D 0 4 2F 1F 37 22 35
Octal 257 250 135 0 4 57 37 67 42 65
Binary 10101111 10101000 1011101 0 100 101111 11111 110111 100010 110101

Color Harmonies of #AFA85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA85D

Black with #AFA85D

Text Example


Text Example

White with #AFA85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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