Html Css Color HEX #AFA759 Gimblet

📋 copy color: '#AFA759'

red 175 ◦ green 167 ◦ blue 89

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

Shades of Gimblet #AFA759

Tints of Gimblet #AFA759

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.75%

 BLUE value IS 89 (35.16% from 255) = 20.65%

R = 40.6%
G = 38.75%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AFA759 (or 0xAFA759) is known color: Gimblet. HEX triplet: AF, A7 and 59. RGB value is (175,167,89). Sum of RGB (Red+Green+Blue) = 175+167+89=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 89 (35.16% from 255 or 20.65% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA759 is #5058A6. Grayscale: #A0A0A0. Windows color (decimal): -5265575 or 5875631. OLE color: 5875631.

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

Color convert

RGB 175 167 89 -
CMYK 0 0.05 0.49 0.31
HSL 54.42º 0.35% 0.52% -
HSV(B) 54.42º 0.49% 0.69% -
XYZ 33.3 37.47 14.93 -
YUV 160.5 87.65 138.34 -
System Red Green Blue C M Y K H S L
Decimal 175 167 89 0 0.05 0.49 0.31 54.42 0.35 0.52
Hex AF A7 59 0 5 31 1F 36 23 34
Octal 257 247 131 0 5 61 37 66 43 64
Binary 10101111 10100111 1011001 0 101 110001 11111 110110 100011 110100

Color Harmonies of #AFA759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA759

Black with #AFA759

Text Example


Text Example

White with #AFA759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA759; }

 p { color: rgb(175,167,89); }

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

background-color css

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

 a { background-color: rgb(175,167,89); }

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

border-color css

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

 span { border-color: rgb(175,167,89); }

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