Html Css Color HEX #AFA85B Gimblet

📋 copy color: '#AFA85B'

red 175 ◦ green 168 ◦ blue 91

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

Shades of Gimblet #AFA85B

Tints of Gimblet #AFA85B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.97%

R = 40.32%
G = 38.71%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AFA85B (or 0xAFA85B) is known color: Gimblet. HEX triplet: AF, A8 and 5B. RGB value is (175,168,91). Sum of RGB (Red+Green+Blue) = 175+168+91=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA85B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA85B is #5057A4. Grayscale: #A1A1A1. Windows color (decimal): -5265317 or 6006959. OLE color: 6006959.

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

Color convert

RGB 175 168 91 -
CMYK 0 0.04 0.48 0.31
HSL 55º 0.34% 0.52% -
HSV(B) 55º 0.48% 0.69% -
XYZ 33.57 37.87 15.44 -
YUV 161.32 88.32 137.76 -
System Red Green Blue C M Y K H S L
Decimal 175 168 91 0 0.04 0.48 0.31 55 0.34 0.52
Hex AF A8 5B 0 4 30 1F 37 22 34
Octal 257 250 133 0 4 60 37 67 42 64
Binary 10101111 10101000 1011011 0 100 110000 11111 110111 100010 110100

Color Harmonies of #AFA85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA85B

Black with #AFA85B

Text Example


Text Example

White with #AFA85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA85B; }

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

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

background-color css

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

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

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

border-color css

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

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

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