Html Css Color HEX #AFA360 Gimblet

📋 copy color: '#AFA360'

red 175 ◦ green 163 ◦ blue 96

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

Shades of Gimblet #AFA360

Tints of Gimblet #AFA360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.12%

R = 40.32%
G = 37.56%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AFA360 (or 0xAFA360) is known color: Gimblet. HEX triplet: AF, A3 and 60. RGB value is (175,163,96). Sum of RGB (Red+Green+Blue) = 175+163+96=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA360 is #505C9F. Grayscale: #9F9F9F. Windows color (decimal): -5266592 or 6333359. OLE color: 6333359.

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

Color convert

RGB 175 163 96 -
CMYK 0 0.07 0.45 0.31
HSL 50.89º 0.33% 0.53% -
HSV(B) 50.89º 0.45% 0.69% -
XYZ 32.89 36.15 16.31 -
YUV 158.95 92.48 139.45 -
System Red Green Blue C M Y K H S L
Decimal 175 163 96 0 0.07 0.45 0.31 50.89 0.33 0.53
Hex AF A3 60 0 7 2D 1F 33 21 35
Octal 257 243 140 0 7 55 37 63 41 65
Binary 10101111 10100011 1100000 0 111 101101 11111 110011 100001 110101

Color Harmonies of #AFA360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA360

Black with #AFA360

Text Example


Text Example

White with #AFA360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA360; }

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

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

background-color css

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

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

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

border-color css

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

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

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