Html Css Color HEX #AFA457 Gimblet

📋 copy color: '#AFA457'

red 175 ◦ green 164 ◦ blue 87

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

Shades of Gimblet #AFA457

Tints of Gimblet #AFA457

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.5%

 BLUE value IS 87 (34.38% from 255) = 20.42%

R = 41.08%
G = 38.5%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AFA457 (or 0xAFA457) is known color: Gimblet. HEX triplet: AF, A4 and 57. RGB value is (175,164,87). Sum of RGB (Red+Green+Blue) = 175+164+87=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 87 (34.38% from 255 or 20.42% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA457 is #505BA8. Grayscale: #9E9E9E. Windows color (decimal): -5266345 or 5743791. OLE color: 5743791.

HSL color Cylindrical-coordinate representation of color #AFA457: hue angle of 52.5º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFA457 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 164 87 -
CMYK 0 0.06 0.50 0.31
HSL 52.5º 0.35% 0.51% -
HSV(B) 52.5º 0.5% 0.69% -
XYZ 32.67 36.35 14.31 -
YUV 158.51 87.64 139.76 -
System Red Green Blue C M Y K H S L
Decimal 175 164 87 0 0.06 0.50 0.31 52.5 0.35 0.51
Hex AF A4 57 0 6 32 1F 34 23 33
Octal 257 244 127 0 6 62 37 64 43 63
Binary 10101111 10100100 1010111 0 110 110010 11111 110100 100011 110011

Color Harmonies of #AFA457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA457

Black with #AFA457

Text Example


Text Example

White with #AFA457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA457; }

 p { color: rgb(175,164,87); }

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

background-color css

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

 a { background-color: rgb(175,164,87); }

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

border-color css

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

 span { border-color: rgb(175,164,87); }

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