Html Css Color HEX #AFA55E Gimblet

📋 copy color: '#AFA55E'

red 175 ◦ green 165 ◦ blue 94

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

Shades of Gimblet #AFA55E

Tints of Gimblet #AFA55E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.66%

R = 40.32%
G = 38.02%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AFA55E (or 0xAFA55E) is known color: Gimblet. HEX triplet: AF, A5 and 5E. RGB value is (175,165,94). Sum of RGB (Red+Green+Blue) = 175+165+94=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA55E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA55E is #505AA1. Grayscale: #A0A0A0. Windows color (decimal): -5266082 or 6202799. OLE color: 6202799.

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

Color convert

RGB 175 165 94 -
CMYK 0 0.06 0.46 0.31
HSL 52.59º 0.34% 0.53% -
HSV(B) 52.59º 0.46% 0.69% -
XYZ 33.15 36.83 15.95 -
YUV 159.9 90.81 138.77 -
System Red Green Blue C M Y K H S L
Decimal 175 165 94 0 0.06 0.46 0.31 52.59 0.34 0.53
Hex AF A5 5E 0 6 2E 1F 35 22 35
Octal 257 245 136 0 6 56 37 65 42 65
Binary 10101111 10100101 1011110 0 110 101110 11111 110101 100010 110101

Color Harmonies of #AFA55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA55E

Black with #AFA55E

Text Example


Text Example

White with #AFA55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA55E; }

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

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

background-color css

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

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

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

border-color css

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

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

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