Html Css Color HEX #AFA357 Gimblet

📋 copy color: '#AFA357'

red 175 ◦ green 163 ◦ blue 87

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

Shades of Gimblet #AFA357

Tints of Gimblet #AFA357

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.35%

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

R = 41.18%
G = 38.35%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AFA357 (or 0xAFA357) is known color: Gimblet. HEX triplet: AF, A3 and 57. RGB value is (175,163,87). Sum of RGB (Red+Green+Blue) = 175+163+87=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 87 (34.38% from 255 or 20.47% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA357 is #505CA8. Grayscale: #9E9E9E. Windows color (decimal): -5266601 or 5743535. OLE color: 5743535.

HSL color Cylindrical-coordinate representation of color #AFA357: hue angle of 51.82º 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 #AFA357 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 163 87 -
CMYK 0 0.07 0.50 0.31
HSL 51.82º 0.35% 0.51% -
HSV(B) 51.82º 0.5% 0.69% -
XYZ 32.5 36 14.25 -
YUV 157.92 87.98 140.18 -
System Red Green Blue C M Y K H S L
Decimal 175 163 87 0 0.07 0.50 0.31 51.82 0.35 0.51
Hex AF A3 57 0 7 32 1F 34 23 33
Octal 257 243 127 0 7 62 37 64 43 63
Binary 10101111 10100011 1010111 0 111 110010 11111 110100 100011 110011

Color Harmonies of #AFA357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA357

Black with #AFA357

Text Example


Text Example

White with #AFA357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA357; }

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

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

background-color css

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

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

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

border-color css

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

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

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